From eb4238ac7072e188752b050054e37ea3b602e45e Mon Sep 17 00:00:00 2001 From: Johann Date: Tue, 12 Sep 2017 14:09:42 -0700 Subject: 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 --- vpx_dsp/vpx_dsp.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'vpx_dsp/vpx_dsp.mk') 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 -- cgit v1.2.3