ref: 20f43ddfdeceb001284707f4ff68e78c9aaebb47
parent: 31498df5f08a66a2e208cdbcd3e276f69e6ef7c7
parent: 14bc7731996cd27f1d2193d2f841e92ae8fad703
author: James Zern <[email protected]>
date: Wed Sep 30 22:10:22 EDT 2015
Merge "sixtap_predict_test: enable NEON tests"
--- a/test/sixtap_predict_test.cc
+++ b/test/sixtap_predict_test.cc
@@ -201,7 +201,7 @@
const SixtapPredictFunc sixtap_8x8_neon = vp8_sixtap_predict8x8_neon;
const SixtapPredictFunc sixtap_8x4_neon = vp8_sixtap_predict8x4_neon;
INSTANTIATE_TEST_CASE_P(
- DISABLED_NEON, SixtapPredictTest, ::testing::Values(
+ NEON, SixtapPredictTest, ::testing::Values(
make_tuple(16, 16, sixtap_16x16_neon),
make_tuple(8, 8, sixtap_8x8_neon),
make_tuple(8, 4, sixtap_8x4_neon)));