summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.sh
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2013-11-06 13:57:55 +0000
committerPaul Wilkins <paulwilkins@google.com>2013-11-06 13:57:55 +0000
commit0c39318a8bc549451fc7c128a844b5337db90af7 (patch)
tree797849ba5cbc590eeafba55460cbf7e5a951fce1 /vp9/common/vp9_rtcd_defs.sh
parentdde8069e5731a49ea520ce7f796d046f28912a86 (diff)
downloadlibvpx-0c39318a8bc549451fc7c128a844b5337db90af7.tar
libvpx-0c39318a8bc549451fc7c128a844b5337db90af7.tar.gz
libvpx-0c39318a8bc549451fc7c128a844b5337db90af7.tar.bz2
libvpx-0c39318a8bc549451fc7c128a844b5337db90af7.zip
Missing _ means no sse3 for vp9_h_predictor_32x32.
Error in script means vp9_h_predictor_32x32 sse3 version is not enabled. Change-Id: Ia43672740da1ecdfb7fcd420490ef424b04accc4
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.sh')
-rw-r--r--vp9/common/vp9_rtcd_defs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_rtcd_defs.sh b/vp9/common/vp9_rtcd_defs.sh
index 3f3268f2d..debec6154 100644
--- a/vp9/common/vp9_rtcd_defs.sh
+++ b/vp9/common/vp9_rtcd_defs.sh
@@ -158,7 +158,7 @@ prototype void vp9_d63_predictor_32x32 "uint8_t *dst, ptrdiff_t y_stride, const
specialize vp9_d63_predictor_32x32 $ssse3_x86inc
prototype void vp9_h_predictor_32x32 "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left"
-specialize vp9_h_predictor_32x32 $ssse3 x86inc
+specialize vp9_h_predictor_32x32 $ssse3_x86inc
prototype void vp9_d117_predictor_32x32 "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left"
specialize vp9_d117_predictor_32x32