summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_dsp_rtcd_defs.pl
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2018-07-20 07:23:11 -0700
committerJames Zern <jzern@google.com>2018-07-21 18:10:05 +0000
commit94b96e4d163d406d8ac686efaa1c010aad8039ba (patch)
treea3c5ea41955489196412d647cbe1550618885136 /vpx_dsp/vpx_dsp_rtcd_defs.pl
parente09e99aa14f10956ea3846982c5c815a18d5863e (diff)
downloadlibvpx-94b96e4d163d406d8ac686efaa1c010aad8039ba.tar
libvpx-94b96e4d163d406d8ac686efaa1c010aad8039ba.tar.gz
libvpx-94b96e4d163d406d8ac686efaa1c010aad8039ba.tar.bz2
libvpx-94b96e4d163d406d8ac686efaa1c010aad8039ba.zip
VPX: Add vpx_hadamard_32x32_sse2
BUG=webm:1546 Change-Id: Ide5828b890c5c27cfcca2d5e318a914f7cde1158
Diffstat (limited to 'vpx_dsp/vpx_dsp_rtcd_defs.pl')
-rw-r--r--vpx_dsp/vpx_dsp_rtcd_defs.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/vpx_dsp/vpx_dsp_rtcd_defs.pl b/vpx_dsp/vpx_dsp_rtcd_defs.pl
index b662c70c0..13b83e1f5 100644
--- a/vpx_dsp/vpx_dsp_rtcd_defs.pl
+++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl
@@ -783,7 +783,7 @@ if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
specialize qw/vpx_hadamard_16x16 avx2 sse2 neon vsx/;
add_proto qw/void vpx_hadamard_32x32/, "const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff";
- specialize qw/vpx_hadamard_32x32/;
+ specialize qw/vpx_hadamard_32x32 sse2/;
add_proto qw/int vpx_satd/, "const tran_low_t *coeff, int length";
specialize qw/vpx_satd avx2 sse2 neon/;
@@ -795,7 +795,7 @@ if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
specialize qw/vpx_hadamard_16x16 avx2 sse2 neon msa vsx/;
add_proto qw/void vpx_hadamard_32x32/, "const int16_t *src_diff, ptrdiff_t src_stride, int16_t *coeff";
- specialize qw/vpx_hadamard_32x32/;
+ specialize qw/vpx_hadamard_32x32 sse2/;
add_proto qw/int vpx_satd/, "const int16_t *coeff, int length";
specialize qw/vpx_satd avx2 sse2 neon msa/;