summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
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 /vp9/common/vp9_rtcd_defs.pl
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 'vp9/common/vp9_rtcd_defs.pl')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index 5dbe5a659..3e3979b4f 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -68,7 +68,7 @@ if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") {
# Note that there are more specializations appended when
# CONFIG_VP9_HIGHBITDEPTH is off.
specialize qw/vp9_iht4x4_16_add neon sse2/;
- specialize qw/vp9_iht8x8_64_add neon sse2/;
+ specialize qw/vp9_iht8x8_64_add sse2/;
specialize qw/vp9_iht16x16_256_add sse2/;
if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") ne "yes") {
# Note that these specializations are appended to the above ones.