From 88dc0d606255a5cba721c40b078b5802e891df57 Mon Sep 17 00:00:00 2001 From: Linfeng Zhang Date: Tue, 13 Mar 2018 16:10:00 -0700 Subject: Fix a bug in vp9_highbd_iht4x4_16_add_neon() This bug was introduced in 36363304. BUG=webm:1403 Change-Id: I695b409047e41ab7e0460981524310d78753751a --- vp9/common/vp9_rtcd_defs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vp9/common/vp9_rtcd_defs.pl') 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/; } -- cgit v1.2.3