From a49f896352671870f38c1374f3d5329e3b60193f Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Thu, 6 Oct 2022 16:00:43 +0000 Subject: [NEON] Add highbd FDCT 8x8 function 50% faster than C version in best/rt profiles Change-Id: I0f9504ed52b5d5f7722407e91108ed4056d66bc2 --- test/dct_test.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/dct_test.cc b/test/dct_test.cc index e34122ac9..ff97fc7c3 100644 --- a/test/dct_test.cc +++ b/test/dct_test.cc @@ -543,12 +543,12 @@ INSTANTIATE_TEST_SUITE_P(AVX2, TransDCT, static const FuncInfo dct_neon_func_info[] = { { &fdct_wrapper, &highbd_idct_wrapper, 4, 2 }, - /* { &fdct_wrapper, - &highbd_idct_wrapper, 8, 2 }, - { &fdct_wrapper, - &highbd_idct_wrapper, 16, 2 }, - { &fdct_wrapper, - &highbd_idct_wrapper, 32, 2 },*/ + { &fdct_wrapper, + &highbd_idct_wrapper, 8, 2 }, + /* { &fdct_wrapper, + &highbd_idct_wrapper, 16, 2 }, + { &fdct_wrapper, + &highbd_idct_wrapper, 32, 2 },*/ }; #else static const FuncInfo dct_neon_func_info[4] = { -- cgit v1.2.3