summaryrefslogtreecommitdiff
path: root/test/dct_test.cc
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2018-03-05 16:25:08 -0800
committerLinfeng Zhang <linfengz@google.com>2018-03-13 17:38:29 -0700
commitd8424d2890ddce0d92778e055eee145655cf034e (patch)
treed1dcb9073db0a70c35b885e30916d92514f07318 /test/dct_test.cc
parent88dc0d606255a5cba721c40b078b5802e891df57 (diff)
downloadlibvpx-d8424d2890ddce0d92778e055eee145655cf034e.tar
libvpx-d8424d2890ddce0d92778e055eee145655cf034e.tar.gz
libvpx-d8424d2890ddce0d92778e055eee145655cf034e.tar.bz2
libvpx-d8424d2890ddce0d92778e055eee145655cf034e.zip
Fix a bug in vp9_highbd_iht8x8_64_add_neon
This bug was introduced in 29b6a30c. BUG=webm:1403 Change-Id: I9e0bf2c7a01d8ff1c714c12236f7985b772b0540
Diffstat (limited to 'test/dct_test.cc')
-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 bfa05e5d8..66b2add03 100644
--- a/test/dct_test.cc
+++ b/test/dct_test.cc
@@ -631,13 +631,9 @@ static const FuncInfo ht_neon_func_info[] = {
#if CONFIG_VP9_HIGHBITDEPTH
{ &vp9_highbd_fht4x4_c, &highbd_iht_wrapper<vp9_highbd_iht4x4_16_add_neon>, 4,
2 },
-// TODO(linfengz): reenable these functions once test vector failures are
-// addressed.
-#if 0
{ &vp9_highbd_fht8x8_c, &highbd_iht_wrapper<vp9_highbd_iht8x8_64_add_neon>, 8,
2 },
#endif
-#endif
{ &vp9_fht4x4_c, &iht_wrapper<vp9_iht4x4_16_add_neon>, 4, 1 },
{ &vp9_fht8x8_c, &iht_wrapper<vp9_iht8x8_64_add_neon>, 8, 1 },
{ &vp9_fht16x16_c, &iht_wrapper<vp9_iht16x16_256_add_neon>, 16, 1 }