summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-04-09 11:16:11 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2015-04-09 11:16:11 -0700
commit93d9c5041934119da50cdde0db4a6c73909570c8 (patch)
treee07e0ce614302e8644d2a9eb40bbacdd93d91e4f /vp9/common
parent9244ac859250420d2c41ad0aca3d0574c3ced50f (diff)
parent7f629dfca4a2ea8c53fe0b42c0a7498edc7a7f72 (diff)
downloadlibvpx-93d9c5041934119da50cdde0db4a6c73909570c8.tar
libvpx-93d9c5041934119da50cdde0db4a6c73909570c8.tar.gz
libvpx-93d9c5041934119da50cdde0db4a6c73909570c8.tar.bz2
libvpx-93d9c5041934119da50cdde0db4a6c73909570c8.zip
Merge "SSSE3 assembly implementation of 8x8 Hadamard transform"
Diffstat (limited to 'vp9/common')
-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 d0a03ce98..c8628f84f 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -1115,7 +1115,7 @@ add_proto qw/unsigned int vp9_avg_4x4/, "const uint8_t *, int p";
specialize qw/vp9_avg_4x4 sse2/;
add_proto qw/void vp9_hadamard_8x8/, "int16_t const *src_diff, int src_stride, int16_t *coeff";
-specialize qw/vp9_hadamard_8x8 sse2/;
+specialize qw/vp9_hadamard_8x8 sse2/, "$ssse3_x86_64";
add_proto qw/void vp9_hadamard_16x16/, "int16_t const *src_diff, int src_stride, int16_t *coeff";
specialize qw/vp9_hadamard_16x16 sse2/;