summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorJohann <johann.koenig@duck.com>2018-11-26 15:43:43 -0500
committerJohann <johann.koenig@duck.com>2018-11-27 12:35:54 -0500
commit5757b919c8b6374c4d7327b5c4b1a8cfc707c2bf (patch)
tree78c9df3b1d6b3b49cd5ec483d6adcef5fbd0fb63 /vp9/encoder
parent314641e29816f7ec8079135291baa6ab3b2d7e83 (diff)
downloadlibvpx-5757b919c8b6374c4d7327b5c4b1a8cfc707c2bf.tar
libvpx-5757b919c8b6374c4d7327b5c4b1a8cfc707c2bf.tar.gz
libvpx-5757b919c8b6374c4d7327b5c4b1a8cfc707c2bf.tar.bz2
libvpx-5757b919c8b6374c4d7327b5c4b1a8cfc707c2bf.zip
rename quantize_x86.h
Pave the way for new quantize_OPT.h helper files. Change-Id: Ice7225612983f5587a9660af3320c7d0c8bb1c2f
Diffstat (limited to 'vp9/encoder')
-rw-r--r--vp9/encoder/x86/vp9_quantize_avx2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/x86/vp9_quantize_avx2.c b/vp9/encoder/x86/vp9_quantize_avx2.c
index 556a9fbaa..8dfdbd50f 100644
--- a/vp9/encoder/x86/vp9_quantize_avx2.c
+++ b/vp9/encoder/x86/vp9_quantize_avx2.c
@@ -15,7 +15,7 @@
#include "vpx/vpx_integer.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_dsp/x86/bitdepth_conversion_avx2.h"
-#include "vpx_dsp/x86/quantize_x86.h"
+#include "vpx_dsp/x86/quantize_sse2.h"
// Zero fill 8 positions in the output buffer.
static INLINE void store_zero_tran_low(tran_low_t *a) {