ref: d1b64deef42541ffa3ab3074a0579654b427c86d
parent: a7889cac9ae5569b3df8659e5eb1b5888882597e
author: Johann <[email protected]>
date: Wed Nov 5 05:58:26 EST 2014
vp8 quantize is now in intrinsics, not asm Change-Id: Ie106c5335c9ba5aac81e23150e7026fb6ea6196e
--- a/test/quantize_test.cc
+++ b/test/quantize_test.cc
@@ -187,9 +187,9 @@
&vp8_fast_quantize_b_c)));
#endif // HAVE_MEDIA
-#if HAVE_NEON_ASM
+#if HAVE_NEON
INSTANTIATE_TEST_CASE_P(NEON, QuantizeTest,
::testing::Values(make_tuple(&vp8_fast_quantize_b_neon,
&vp8_fast_quantize_b_c)));
-#endif // HAVE_NEON_ASM
+#endif // HAVE_NEON
} // namespace