summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2017-11-17 12:34:24 -0800
committerScott LaVarnway <slavarnway@google.com>2018-01-18 13:33:30 -0800
commitc7449b482c43930a07efd81ee8f3af106f5d7cd1 (patch)
treed70141cdc0ff5233b7485e64b607689d00200ea7 /vpx_dsp
parent8c0cd2bd76d91af80f0a4d7b8b26cb8d4d240cb9 (diff)
downloadlibvpx-c7449b482c43930a07efd81ee8f3af106f5d7cd1.tar
libvpx-c7449b482c43930a07efd81ee8f3af106f5d7cd1.tar.gz
libvpx-c7449b482c43930a07efd81ee8f3af106f5d7cd1.tar.bz2
libvpx-c7449b482c43930a07efd81ee8f3af106f5d7cd1.zip
vp9_quantize_fp_avx2()
Started from vp9_quantize_fp_sse2 and tweaked to use avx2. Change-Id: Ic2da50cc9d73896c7ef2f3cd3db5b1c5d7795b8b
Diffstat (limited to 'vpx_dsp')
-rw-r--r--vpx_dsp/x86/quantize_x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vpx_dsp/x86/quantize_x86.h b/vpx_dsp/x86/quantize_x86.h
index 34928fbb5..0e07a2ac5 100644
--- a/vpx_dsp/x86/quantize_x86.h
+++ b/vpx_dsp/x86/quantize_x86.h
@@ -12,7 +12,6 @@
#include "./vpx_config.h"
#include "vpx/vpx_integer.h"
-#include "vpx_dsp/x86/bitdepth_conversion_sse2.h"
static INLINE void load_b_values(const int16_t *zbin_ptr, __m128i *zbin,
const int16_t *round_ptr, __m128i *round,