From 6d21cbd20b07dd66f60add80cadd330470f5f529 Mon Sep 17 00:00:00 2001 From: Jingning Han Date: Wed, 28 May 2014 10:51:09 -0700 Subject: Enable SSSE3 inverse 2D-DCT with 10 non-zero coeffs This commit enables SSSE3 implementation of the inverse 2D-DCT with only first 10 coefficients non-zero. It reduces the runtime of SSE2 version from 745 cycles to 538 cycles, i.e., 27% speed-up. Change-Id: I18ba4128859b09c704a6ee361d69a86c09fe8dfe --- test/partial_idct_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/partial_idct_test.cc b/test/partial_idct_test.cc index 79ef52109..b63e07b3a 100644 --- a/test/partial_idct_test.cc +++ b/test/partial_idct_test.cc @@ -193,7 +193,7 @@ INSTANTIATE_TEST_CASE_P( #if HAVE_SSSE3 && ARCH_X86_64 INSTANTIATE_TEST_CASE_P( - SSSE3, PartialIDctTest, + SSSE3_64, PartialIDctTest, ::testing::Values( make_tuple(&vp9_idct8x8_64_add_c, &vp9_idct8x8_12_add_ssse3, -- cgit v1.2.3