Clean 32x32 full idct sse2 and ssse3 code
authorLinfeng Zhang <linfengz@google.com>
Thu, 15 Jun 2017 23:06:53 +0000 (16:06 -0700)
committerLinfeng Zhang <linfengz@google.com>
Wed, 21 Jun 2017 20:46:49 +0000 (13:46 -0700)
commit2b43a1ee1884f5de40dc5fab158d000da5b8654d
treee0039ea7ceaaf11f5f4b1e37ee8c6f09cfbb505a
parent0aa3677d9df2d732fcf49b545e2a3c5aa4a29267
Clean 32x32 full idct sse2 and ssse3 code

vpx_idct32x32_1024_add_ssse3() is actually a sse2 function and faster
than vpx_idct32x32_1024_add_sse2(). Replace the slow one. All are
code relocations, no new code.

Change-Id: I5dac0e98cc411a4ce05660406921118986638d19
test/dct_test.cc
test/partial_idct_test.cc
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/inv_txfm_sse2.c
vpx_dsp/x86/inv_txfm_sse2.h
vpx_dsp/x86/inv_txfm_ssse3.c