| Index: source/libvpx/test/dct16x16_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/dct16x16_test.cc (revision 254565)
|
| +++ source/libvpx/test/dct16x16_test.cc (working copy)
|
| @@ -512,6 +512,14 @@
|
| make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2),
|
| make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3)));
|
|
|
| +#if HAVE_NEON
|
| +INSTANTIATE_TEST_CASE_P(
|
| + NEON, Trans16x16DCT,
|
| + ::testing::Values(
|
| + make_tuple(&vp9_fdct16x16_c,
|
| + &vp9_idct16x16_256_add_neon, 0)));
|
| +#endif
|
| +
|
| #if HAVE_SSE2
|
| INSTANTIATE_TEST_CASE_P(
|
| SSE2, Trans16x16DCT,
|
|
|