summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_dsp.mk
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2017-09-12 14:09:42 -0700
committerJohann <johannkoenig@google.com>2017-09-12 14:25:38 -0700
commiteb4238ac7072e188752b050054e37ea3b602e45e (patch)
treea36cc7011df900a877b486c843fd615748c85f47 /vpx_dsp/vpx_dsp.mk
parentc39cd9235ece2e55f0cc84fb0f9f5e698146ee9c (diff)
downloadlibvpx-eb4238ac7072e188752b050054e37ea3b602e45e.tar
libvpx-eb4238ac7072e188752b050054e37ea3b602e45e.tar.gz
libvpx-eb4238ac7072e188752b050054e37ea3b602e45e.tar.bz2
libvpx-eb4238ac7072e188752b050054e37ea3b602e45e.zip
Revert "Revert "quantize avx: copy 32x32 implementation""
This reverts commit 8c42237bb200253931c49e2c530838f3a877dd65. Because ssse3 code is used for the reference, the qcoeff and dqcoeff reference buffers must be aligned. Original change's description: > quantize avx: copy 32x32 implementation > > Ensure avx and ssse3 stay in sync by testing them against each other. > > Change-Id: I699f3b48785c83260825402d7826231f475f697c Change-Id: Ieeef11b9406964194028b0d81d84bcb63296ae06
Diffstat (limited to 'vpx_dsp/vpx_dsp.mk')
-rw-r--r--vpx_dsp/vpx_dsp.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/vpx_dsp/vpx_dsp.mk b/vpx_dsp/vpx_dsp.mk
index 275a36707..d242c1a91 100644
--- a/vpx_dsp/vpx_dsp.mk
+++ b/vpx_dsp/vpx_dsp.mk
@@ -284,9 +284,6 @@ DSP_SRCS-$(HAVE_NEON) += arm/quantize_neon.c
ifeq ($(CONFIG_VP9_HIGHBITDEPTH),yes)
DSP_SRCS-$(HAVE_SSE2) += x86/highbd_quantize_intrin_sse2.c
endif
-ifeq ($(ARCH_X86_64),yes)
-DSP_SRCS-$(HAVE_AVX) += x86/quantize_avx_x86_64.asm
-endif
# avg
DSP_SRCS-yes += avg.c