summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_dsp_rtcd_defs.pl
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-09-08 01:05:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-09-08 01:05:18 +0000
commit4b0e78bfdaccc969fa7d524bd635e403dad68650 (patch)
treeb562124122ab3e50487bfb03e543ca18c7704a58 /vpx_dsp/vpx_dsp_rtcd_defs.pl
parentbcbc4761fa72117be4ba32889ea79fca94c21956 (diff)
parent309125b1e71ac2dec8fe2a97f76fd9b6e8fe55d6 (diff)
downloadlibvpx-4b0e78bfdaccc969fa7d524bd635e403dad68650.tar
libvpx-4b0e78bfdaccc969fa7d524bd635e403dad68650.tar.gz
libvpx-4b0e78bfdaccc969fa7d524bd635e403dad68650.tar.bz2
libvpx-4b0e78bfdaccc969fa7d524bd635e403dad68650.zip
Merge "vpx_dsp: added vpx_highbd_idct32x32_1_add_sse2()"
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 350518323..9fea2d1cf 100644
--- a/vpx_dsp/vpx_dsp_rtcd_defs.pl
+++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl
@@ -695,7 +695,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vpx_highbd_idct32x32_34_add/;
add_proto qw/void vpx_highbd_idct32x32_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int bd";
- specialize qw/vpx_highbd_idct32x32_1_add/;
+ specialize qw/vpx_highbd_idct32x32_1_add sse2/;
add_proto qw/void vpx_highbd_iwht4x4_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int bd";
specialize qw/vpx_highbd_iwht4x4_1_add/;