summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.sh
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2013-10-01 09:05:20 -0400
committerScott LaVarnway <slavarnway@google.com>2013-10-01 09:05:20 -0400
commit27b390e1a1ede9063f7ac6c88d44f3dea1d092e4 (patch)
treea3ad387a71b6cab0efc32b39812b5ce507bff2ad /vp9/common/vp9_rtcd_defs.sh
parent35830879db10932e07bcd9b5a9600fceac785575 (diff)
downloadlibvpx-27b390e1a1ede9063f7ac6c88d44f3dea1d092e4.tar
libvpx-27b390e1a1ede9063f7ac6c88d44f3dea1d092e4.tar.gz
libvpx-27b390e1a1ede9063f7ac6c88d44f3dea1d092e4.tar.bz2
libvpx-27b390e1a1ede9063f7ac6c88d44f3dea1d092e4.zip
d153 intra prediction ssse3 using bytes
byte version of ronalds d153 ssse3 optimizations for 4x4 and 8x8 (commit: fc91a2a112238a1aee568f3b840585de4e928fca) Change-Id: Iec4426032311483f615fd9e0dceba3ee85ddebd7
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.sh')
-rw-r--r--vp9/common/vp9_rtcd_defs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/common/vp9_rtcd_defs.sh b/vp9/common/vp9_rtcd_defs.sh
index 291d2d34d..8d076181f 100644
--- a/vp9/common/vp9_rtcd_defs.sh
+++ b/vp9/common/vp9_rtcd_defs.sh
@@ -65,7 +65,7 @@ prototype void vp9_d135_predictor_4x4 "uint8_t *dst, ptrdiff_t y_stride, const u
specialize vp9_d135_predictor_4x4
prototype void vp9_d153_predictor_4x4 "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left"
-specialize vp9_d153_predictor_4x4
+specialize vp9_d153_predictor_4x4 $ssse3_x86inc
prototype void vp9_v_predictor_4x4 "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left"
specialize vp9_v_predictor_4x4 $sse_x86inc
@@ -104,7 +104,7 @@ prototype void vp9_d135_predictor_8x8 "uint8_t *dst, ptrdiff_t y_stride, const u
specialize vp9_d135_predictor_8x8
prototype void vp9_d153_predictor_8x8 "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left"
-specialize vp9_d153_predictor_8x8
+specialize vp9_d153_predictor_8x8 $ssse3_x86inc
prototype void vp9_v_predictor_8x8 "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left"
specialize vp9_v_predictor_8x8 $sse_x86inc