summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohann <johann.koenig@duck.com>2018-11-30 16:27:33 -0800
committerJohann <johann.koenig@duck.com>2018-12-03 10:55:00 -0800
commit26dbf9eba8cbbd0d57a87525ff28103dac229325 (patch)
tree7b3281cd67f887860bb26b06bd9e736346d04c4d /test
parent5fbc7a286b4d72883392fdbb10ec52bace662f66 (diff)
downloadlibvpx-26dbf9eba8cbbd0d57a87525ff28103dac229325.tar
libvpx-26dbf9eba8cbbd0d57a87525ff28103dac229325.tar.gz
libvpx-26dbf9eba8cbbd0d57a87525ff28103dac229325.tar.bz2
libvpx-26dbf9eba8cbbd0d57a87525ff28103dac229325.zip
quantize neon: fix hbd builds
BUG=webm:1448 Change-Id: I2140fb9b6ce92716d2d9509f3031244088a62127
Diffstat (limited to 'test')
-rw-r--r--test/vp9_quantize_test.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/vp9_quantize_test.cc b/test/vp9_quantize_test.cc
index c623bfb5b..280d55847 100644
--- a/test/vp9_quantize_test.cc
+++ b/test/vp9_quantize_test.cc
@@ -540,8 +540,7 @@ INSTANTIATE_TEST_CASE_P(
16, true)));
#endif // HAVE_AVX2
-// TODO(webm:1448): dqcoeff is not handled correctly in HBD builds.
-#if HAVE_NEON && !CONFIG_VP9_HIGHBITDEPTH
+#if HAVE_NEON
INSTANTIATE_TEST_CASE_P(
NEON, VP9QuantizeTest,
::testing::Values(make_tuple(&vpx_quantize_b_neon, &vpx_quantize_b_c,
@@ -555,7 +554,7 @@ INSTANTIATE_TEST_CASE_P(
make_tuple(&QuantFPWrapper<vp9_quantize_fp_32x32_neon>,
&QuantFPWrapper<vp9_quantize_fp_32x32_c>,
VPX_BITS_8, 32, true)));
-#endif // HAVE_NEON && !CONFIG_VP9_HIGHBITDEPTH
+#endif // HAVE_NEON
#if HAVE_VSX && !CONFIG_VP9_HIGHBITDEPTH
INSTANTIATE_TEST_CASE_P(