From 74a854fcab30cddf81a37cc801adba36ccf3c693 Mon Sep 17 00:00:00 2001 From: Jingning Han Date: Thu, 22 May 2014 11:36:00 -0700 Subject: [PATCH] Re-enable unit test on neon implementation of 16x16 idct The previous change only tunes forward transform. It doesn't affect the neon implementation of the inverse transform. Hence turn the unit test on. Change-Id: I4f0f43783b98814d1eee53182209f9669d538140 --- test/dct16x16_test.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/dct16x16_test.cc b/test/dct16x16_test.cc index b396a51e1..20b1c8fbd 100644 --- a/test/dct16x16_test.cc +++ b/test/dct16x16_test.cc @@ -512,9 +512,7 @@ INSTANTIATE_TEST_CASE_P( make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2), make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3))); -// FIXME (jingning, fgalligan): need to simplify the corresponding steps -// in neov version accordingly, and re-enable the unit test -#if HAVE_NEON_ASM && 0 +#if HAVE_NEON_ASM INSTANTIATE_TEST_CASE_P( NEON, Trans16x16DCT, ::testing::Values(