From 0652a3f76c731336a3becb12ea449584a4f89b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandra=20H=C3=A1jkov=C3=A1?= Date: Fri, 8 Jun 2018 09:41:12 +0000 Subject: ppc: add vp9_iht16x16_256_add_vsx Change-Id: I51e7ed32d8d87c25ee126e8b4f8fc616d0327584 --- test/dct_test.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/dct_test.cc') diff --git a/test/dct_test.cc b/test/dct_test.cc index 9abba980c..d696d8217 100644 --- a/test/dct_test.cc +++ b/test/dct_test.cc @@ -684,13 +684,14 @@ INSTANTIATE_TEST_CASE_P( #endif // HAVE_SSE4_1 && CONFIG_VP9_HIGHBITDEPTH #if HAVE_VSX && !CONFIG_EMULATE_HARDWARE && !CONFIG_VP9_HIGHBITDEPTH -static const FuncInfo ht_vsx_func_info[2] = { +static const FuncInfo ht_vsx_func_info[3] = { { &vp9_fht4x4_c, &iht_wrapper, 4, 1 }, - { &vp9_fht8x8_c, &iht_wrapper, 8, 1 } + { &vp9_fht8x8_c, &iht_wrapper, 8, 1 }, + { &vp9_fht16x16_c, &iht_wrapper, 16, 1 } }; INSTANTIATE_TEST_CASE_P(VSX, TransHT, - ::testing::Combine(::testing::Range(0, 2), + ::testing::Combine(::testing::Range(0, 3), ::testing::Values(ht_vsx_func_info), ::testing::Range(0, 4), ::testing::Values(VPX_BITS_8))); -- cgit v1.2.3