summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2018-03-05 16:14:35 -0800
committerLinfeng Zhang <linfengz@google.com>2018-03-05 16:14:35 -0800
commitd18477b449ad4aaff6e56ae977c35c9a1030c871 (patch)
tree9f7f937fd98b0d798fbcf5a1c17518ee2f86cada /test
parentc244a862341826713c4ad17b1f7c637e8395cdfc (diff)
downloadlibvpx-d18477b449ad4aaff6e56ae977c35c9a1030c871.tar
libvpx-d18477b449ad4aaff6e56ae977c35c9a1030c871.tar.gz
libvpx-d18477b449ad4aaff6e56ae977c35c9a1030c871.tar.bz2
libvpx-d18477b449ad4aaff6e56ae977c35c9a1030c871.zip
Fix a bug in vp9_iht16x16_256_add_neon()
This bug was introduced in 88c23864. BUG=webm:1403 Change-Id: If96fd6f102be6b9bda866e55e574257287746f4a
Diffstat (limited to 'test')
-rw-r--r--test/dct_test.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/dct_test.cc b/test/dct_test.cc
index bc1afbbe2..6ec8a874a 100644
--- a/test/dct_test.cc
+++ b/test/dct_test.cc
@@ -639,12 +639,8 @@ static const FuncInfo ht_neon_func_info[] = {
#endif
#endif
{ &vp9_fht4x4_c, &iht_wrapper<vp9_iht4x4_16_add_neon>, 4, 1 },
- // TODO(linfengz): reenable these functions once test vector failures are
- // addressed.
{ &vp9_fht8x8_c, &iht_wrapper<vp9_iht8x8_64_add_neon>, 8, 1 },
-#if 0
{ &vp9_fht16x16_c, &iht_wrapper<vp9_iht16x16_256_add_neon>, 16, 1 }
-#endif
};
INSTANTIATE_TEST_CASE_P(