vp8 quantize is now in intrinsics, not asm
authorJohann <johannkoenig@google.com>
Wed, 5 Nov 2014 18:58:26 +0000 (10:58 -0800)
committerJohann <johannkoenig@google.com>
Wed, 5 Nov 2014 20:28:07 +0000 (12:28 -0800)
Change-Id: Ie106c5335c9ba5aac81e23150e7026fb6ea6196e

test/quantize_test.cc

index 75be3d2..3e717ec 100644 (file)
@@ -187,9 +187,9 @@ INSTANTIATE_TEST_CASE_P(MEDIA, QuantizeTest,
                                                      &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