From dd043293674373237c4fdb63b4b2e316e73b4436 Mon Sep 17 00:00:00 2001 From: Yi Luo Date: Mon, 18 Apr 2016 12:24:31 -0700 Subject: [PATCH] Disable HBD 4x4 DCT_DCT HT test - HBD HT unit tests will be modified to test against new algorithm. Change-Id: Iba58eeb21a45612685c93c98d7c846dab25e6638 --- test/vp10_fht4x4_test.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/vp10_fht4x4_test.cc b/test/vp10_fht4x4_test.cc index 7fc6e003e..63d9ec7ed 100644 --- a/test/vp10_fht4x4_test.cc +++ b/test/vp10_fht4x4_test.cc @@ -229,16 +229,16 @@ INSTANTIATE_TEST_CASE_P( SSE4_1, VP10HighbdTrans4x4HT, ::testing::Values( #if !CONFIG_EXT_TX - make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 0, - VPX_BITS_10, 16), + // make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 0, + // VPX_BITS_10, 16), make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 1, VPX_BITS_10, 16), make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 2, VPX_BITS_10, 16), make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 3, VPX_BITS_10, 16), - make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 0, - VPX_BITS_12, 16), + // make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 0, + // VPX_BITS_12, 16), make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 1, VPX_BITS_12, 16), make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 2, @@ -246,8 +246,8 @@ INSTANTIATE_TEST_CASE_P( make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 3, VPX_BITS_12, 16))); #else - make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 0, - VPX_BITS_10, 16), + // make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 0, + // VPX_BITS_10, 16), make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 1, VPX_BITS_10, 16), make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 2, @@ -276,8 +276,8 @@ INSTANTIATE_TEST_CASE_P( VPX_BITS_10, 16), make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 15, VPX_BITS_10, 16), - make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 0, - VPX_BITS_12, 16), + // make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 0, + // VPX_BITS_12, 16), make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 1, VPX_BITS_12, 16), make_tuple(&vp10_highbd_fht4x4_sse4_1, &vp10_highbd_iht4x4_16_add_c, 2,