summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2018-03-13 16:10:00 -0700
committerLinfeng Zhang <linfengz@google.com>2018-03-13 16:10:00 -0700
commit88dc0d606255a5cba721c40b078b5802e891df57 (patch)
treedaca30f169d4eec050af0b176540d8698ccbb896 /vp9/common/vp9_rtcd_defs.pl
parent7b278e30723d7c9e769ed8ac54daf45a721172da (diff)
downloadlibvpx-88dc0d606255a5cba721c40b078b5802e891df57.tar
libvpx-88dc0d606255a5cba721c40b078b5802e891df57.tar.gz
libvpx-88dc0d606255a5cba721c40b078b5802e891df57.tar.bz2
libvpx-88dc0d606255a5cba721c40b078b5802e891df57.zip
Fix a bug in vp9_highbd_iht4x4_16_add_neon()
This bug was introduced in 36363304. BUG=webm:1403 Change-Id: I695b409047e41ab7e0460981524310d78753751a
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 23732e214..fcd8f7e62 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -103,7 +103,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
add_proto qw/void vp9_highbd_iht16x16_256_add/, "const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd";
if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") {
- specialize qw/vp9_highbd_iht4x4_16_add sse4_1/;
+ specialize qw/vp9_highbd_iht4x4_16_add neon sse4_1/;
specialize qw/vp9_highbd_iht8x8_64_add sse4_1/;
specialize qw/vp9_highbd_iht16x16_256_add sse4_1/;
}