summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2017-08-01 16:44:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-08-01 16:44:31 +0000
commit847394fe77f57a0752c02834cf545db1cdea9132 (patch)
tree411c7c884226080f564d35e494dc8bcc222f4f91 /test
parent3be14200fcad97e6fda143d11bd300bb3e3a63d8 (diff)
parent2d6b5df657ded665594a7c1d2bdaa092610d1c4d (diff)
downloadlibvpx-847394fe77f57a0752c02834cf545db1cdea9132.tar
libvpx-847394fe77f57a0752c02834cf545db1cdea9132.tar.gz
libvpx-847394fe77f57a0752c02834cf545db1cdea9132.tar.bz2
libvpx-847394fe77f57a0752c02834cf545db1cdea9132.zip
Merge "neon: vpx_quantize_b"
Diffstat (limited to 'test')
-rw-r--r--test/vp9_quantize_test.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/vp9_quantize_test.cc b/test/vp9_quantize_test.cc
index cffcda2ff..20faa8e4c 100644
--- a/test/vp9_quantize_test.cc
+++ b/test/vp9_quantize_test.cc
@@ -405,4 +405,12 @@ INSTANTIATE_TEST_CASE_P(DISABLED_AVX, VP9Quantize32Test,
&vpx_quantize_b_32x32_c,
VPX_BITS_8)));
#endif // HAVE_AVX && ARCH_X86_64 && !CONFIG_VP9_HIGHBITDEPTH
+
+// TODO(webm:1448): dqcoeff is not handled correctly in HBD builds.
+#if HAVE_NEON && !CONFIG_VP9_HIGHBITDEPTH
+INSTANTIATE_TEST_CASE_P(NEON, VP9QuantizeTest,
+ ::testing::Values(make_tuple(&vpx_quantize_b_neon,
+ &vpx_quantize_b_c,
+ VPX_BITS_8)));
+#endif // HAVE_NEON && !CONFIG_VP9_HIGHBITDEPTH
} // namespace