summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_dsp_rtcd_defs.pl
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-11-29 00:12:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-29 00:12:45 +0000
commit12566c3d0f9bedcfe938c51479464c099d9ae066 (patch)
tree6107aaf9dc9622193f0c3d41bea0de1a90806a73 /vpx_dsp/vpx_dsp_rtcd_defs.pl
parent33ddc645ceb0d50290365de4d9f0decf56c49291 (diff)
parent21a1abd8e369412e9504b9ca5a0f0eafe31813be (diff)
downloadlibvpx-12566c3d0f9bedcfe938c51479464c099d9ae066.tar
libvpx-12566c3d0f9bedcfe938c51479464c099d9ae066.tar.gz
libvpx-12566c3d0f9bedcfe938c51479464c099d9ae066.tar.bz2
libvpx-12566c3d0f9bedcfe938c51479464c099d9ae066.zip
Merge changes Ide6d3994,I164cfcbe
* changes: enable vpx_idct32x32_135_add_neon in hbd builds idct_neon: rename load_tran_low_to_s16 -> ...s16q
Diffstat (limited to 'vpx_dsp/vpx_dsp_rtcd_defs.pl')
-rw-r--r--vpx_dsp/vpx_dsp_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/vpx_dsp_rtcd_defs.pl b/vpx_dsp/vpx_dsp_rtcd_defs.pl
index bba6b4f78..d78a35757 100644
--- a/vpx_dsp/vpx_dsp_rtcd_defs.pl
+++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl
@@ -698,7 +698,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vpx_idct32x32_1024_add sse2/, "$ssse3_x86_64";
add_proto qw/void vpx_idct32x32_135_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
- specialize qw/vpx_idct32x32_135_add sse2/, "$ssse3_x86_64";
+ specialize qw/vpx_idct32x32_135_add neon sse2/, "$ssse3_x86_64";
# Need to add 135 eob idct32x32 implementations.
$vpx_idct32x32_135_add_sse2=vpx_idct32x32_1024_add_sse2;