summaryrefslogtreecommitdiff
path: root/test/quantize_test.cc
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2014-11-05 10:58:26 -0800
committerJohann <johannkoenig@google.com>2014-11-05 12:28:07 -0800
commitd1b64deef42541ffa3ab3074a0579654b427c86d (patch)
treec404c956340c06dfc26ac8d340b133a6ec244519 /test/quantize_test.cc
parenta7889cac9ae5569b3df8659e5eb1b5888882597e (diff)
downloadlibvpx-d1b64deef42541ffa3ab3074a0579654b427c86d.tar
libvpx-d1b64deef42541ffa3ab3074a0579654b427c86d.tar.gz
libvpx-d1b64deef42541ffa3ab3074a0579654b427c86d.tar.bz2
libvpx-d1b64deef42541ffa3ab3074a0579654b427c86d.zip
vp8 quantize is now in intrinsics, not asm
Change-Id: Ie106c5335c9ba5aac81e23150e7026fb6ea6196e
Diffstat (limited to 'test/quantize_test.cc')
-rw-r--r--test/quantize_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/quantize_test.cc b/test/quantize_test.cc
index 75be3d29e..3e717ec61 100644
--- a/test/quantize_test.cc
+++ b/test/quantize_test.cc
@@ -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