| Index: source/libvpx/test/fdct4x4_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/fdct4x4_test.cc (revision 293588)
|
| +++ source/libvpx/test/fdct4x4_test.cc (working copy)
|
| @@ -474,14 +474,17 @@
|
| ::testing::Values(
|
| make_tuple(&vp9_fdct4x4_c,
|
| &vp9_idct4x4_16_add_neon, 0, VPX_BITS_8)));
|
| +#endif // HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
|
| +
|
| +#if HAVE_NEON && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
|
| INSTANTIATE_TEST_CASE_P(
|
| - DISABLED_NEON, Trans4x4HT,
|
| + NEON, Trans4x4HT,
|
| ::testing::Values(
|
| make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 0, VPX_BITS_8),
|
| make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 1, VPX_BITS_8),
|
| make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 2, VPX_BITS_8),
|
| make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 3, VPX_BITS_8)));
|
| -#endif // HAVE_NEON_ASM && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
|
| +#endif // HAVE_NEON && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
|
|
|
| #if CONFIG_USE_X86INC && HAVE_MMX && !CONFIG_VP9_HIGHBITDEPTH && \
|
| !CONFIG_EMULATE_HARDWARE
|
|
|