summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2014-11-05 14:05:26 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-11-05 14:05:26 -0800
commit92440e82fd01132a179f20a43b0d3b3557dfba10 (patch)
treecbcbf1d55333661348a9ebfb58cc3e27445f6a50
parent2c95a3f374f66e796deebb0902a748fc6272e11b (diff)
parentd1b64deef42541ffa3ab3074a0579654b427c86d (diff)
downloadlibvpx-92440e82fd01132a179f20a43b0d3b3557dfba10.tar
libvpx-92440e82fd01132a179f20a43b0d3b3557dfba10.tar.gz
libvpx-92440e82fd01132a179f20a43b0d3b3557dfba10.tar.bz2
libvpx-92440e82fd01132a179f20a43b0d3b3557dfba10.zip
Merge "vp8 quantize is now in intrinsics, not asm"
-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