summaryrefslogtreecommitdiff
path: root/test/dct_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2018-03-03 12:47:24 -0800
committerJames Zern <jzern@google.com>2018-03-03 14:14:12 -0800
commit0685ec767ce641baaf3ac8d5e24b1e68ab1b110b (patch)
tree16f9bd986967211e71ede32f1483b9dbf65d5474 /test/dct_test.cc
parentac07cc89f102d562abb9e729f0c9fef242baad51 (diff)
downloadlibvpx-0685ec767ce641baaf3ac8d5e24b1e68ab1b110b.tar
libvpx-0685ec767ce641baaf3ac8d5e24b1e68ab1b110b.tar.gz
libvpx-0685ec767ce641baaf3ac8d5e24b1e68ab1b110b.tar.bz2
libvpx-0685ec767ce641baaf3ac8d5e24b1e68ab1b110b.zip
disable vp9_iht8x8_64_add_neon
this causes test vector failures BUG=webm:1403 Change-Id: I7d37a05fbf4641ea352c947053aa4eaeb7f5c318
Diffstat (limited to 'test/dct_test.cc')
-rw-r--r--test/dct_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dct_test.cc b/test/dct_test.cc
index a1440cadf..42e22a134 100644
--- a/test/dct_test.cc
+++ b/test/dct_test.cc
@@ -635,10 +635,10 @@ static const FuncInfo ht_neon_func_info[] = {
2 },
#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 },
-// TODO(linfengz): reenable this function once test vector failures are
+// TODO(linfengz): reenable these functions once test vector failures are
// addressed.
#if 0
+ { &vp9_fht8x8_c, &iht_wrapper<vp9_iht8x8_64_add_neon>, 8, 1 },
{ &vp9_fht16x16_c, &iht_wrapper<vp9_iht16x16_256_add_neon>, 16, 1 }
#endif
};