summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-06-12 19:11:48 -0700
committerJames Zern <jzern@google.com>2015-06-12 19:48:22 -0700
commit98f0178611b238db4618dacdea6e98e12d2ad336 (patch)
tree5cc5679e993657c96780cd1f04c8407ef3e2b466 /vp9/common
parenta4bb5f2a29fc925f0fd033490c1c8ecb54e502c3 (diff)
downloadlibvpx-98f0178611b238db4618dacdea6e98e12d2ad336.tar
libvpx-98f0178611b238db4618dacdea6e98e12d2ad336.tar.gz
libvpx-98f0178611b238db4618dacdea6e98e12d2ad336.tar.bz2
libvpx-98f0178611b238db4618dacdea6e98e12d2ad336.zip
enable vp9_d153_predictor_32x32_ssse3
unused since its initial commit ~91% faster over 20M pixels Change-Id: Ic8b5b3246bc97c8406be8bc4496601370403b70a
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 2f262a6f1..5326087ea 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -192,7 +192,7 @@ add_proto qw/void vp9_d135_predictor_32x32/, "uint8_t *dst, ptrdiff_t y_stride,
specialize qw/vp9_d135_predictor_32x32/;
add_proto qw/void vp9_d153_predictor_32x32/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
-specialize qw/vp9_d153_predictor_32x32/;
+specialize qw/vp9_d153_predictor_32x32/, "$ssse3_x86inc";
add_proto qw/void vp9_v_predictor_32x32/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
specialize qw/vp9_v_predictor_32x32 neon msa/, "$sse2_x86inc";