]> granicus.if.org Git - libvpx/commit
Revert "Revert "quantize avx: copy 32x32 implementation""
authorJohann <johannkoenig@google.com>
Tue, 12 Sep 2017 21:09:42 +0000 (14:09 -0700)
committerJohann <johannkoenig@google.com>
Tue, 12 Sep 2017 21:25:38 +0000 (14:25 -0700)
commiteb4238ac7072e188752b050054e37ea3b602e45e
treea36cc7011df900a877b486c843fd615748c85f47
parentc39cd9235ece2e55f0cc84fb0f9f5e698146ee9c
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
test/vp9_quantize_test.cc
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/quantize_avx.c
vpx_dsp/x86/quantize_avx_x86_64.asm [deleted file]