summaryrefslogtreecommitdiff
path: root/test/dct_test.cc
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2018-03-05 15:16:49 -0800
committerLinfeng Zhang <linfengz@google.com>2018-03-05 15:33:37 -0800
commitc244a862341826713c4ad17b1f7c637e8395cdfc (patch)
treefb82cb0f3e4ef784dd00fe3adc159296a4932ef1 /test/dct_test.cc
parente0b88b5c00b8026876da72e2f6c6fadf479d394d (diff)
downloadlibvpx-c244a862341826713c4ad17b1f7c637e8395cdfc.tar
libvpx-c244a862341826713c4ad17b1f7c637e8395cdfc.tar.gz
libvpx-c244a862341826713c4ad17b1f7c637e8395cdfc.tar.bz2
libvpx-c244a862341826713c4ad17b1f7c637e8395cdfc.zip
Fix a bug in vp9_iht8x8_64_add_neon()
This bug was introduced in b14b616d. BUG=webm:1403 Change-Id: I84b2733734982e52b66548850d61758c772b5494
Diffstat (limited to 'test/dct_test.cc')
-rw-r--r--test/dct_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/dct_test.cc b/test/dct_test.cc
index 2a6fccb67..bc1afbbe2 100644
--- a/test/dct_test.cc
+++ b/test/dct_test.cc
@@ -639,10 +639,10 @@ 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.
-#if 0
+ // 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
};