shithub: libvpx

Download patch

ref: 92440e82fd01132a179f20a43b0d3b3557dfba10
parent: 2c95a3f374f66e796deebb0902a748fc6272e11b
parent: d1b64deef42541ffa3ab3074a0579654b427c86d
author: Johann <[email protected]>
date: Wed Nov 5 09:05:26 EST 2014

Merge "vp8 quantize is now in intrinsics, not asm"

--- 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