summaryrefslogtreecommitdiff
path: root/vp8/common/rtcd_defs.sh
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2012-03-29 14:24:53 -0400
committerScott LaVarnway <slavarnway@google.com>2012-03-29 14:24:53 -0400
commita337725625207758e56c1820c3a06bc00ca22b1a (patch)
tree61447d4962f83059fc0577f1531c567d86b461ea /vp8/common/rtcd_defs.sh
parentb3151c80fc33419694e19c8ca028c4d06c69353a (diff)
downloadlibvpx-a337725625207758e56c1820c3a06bc00ca22b1a.tar
libvpx-a337725625207758e56c1820c3a06bc00ca22b1a.tar.gz
libvpx-a337725625207758e56c1820c3a06bc00ca22b1a.tar.bz2
libvpx-a337725625207758e56c1820c3a06bc00ca22b1a.zip
Updated vp8_build_intra_predictors_mby_s(sse2/ssse3)
to work with the latest code. Patch Set 2: aligned the above_row buffers to fix crash Change-Id: I7a6992a20ed079ccd302f8c26215cf3057f8b70c
Diffstat (limited to 'vp8/common/rtcd_defs.sh')
-rw-r--r--vp8/common/rtcd_defs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/vp8/common/rtcd_defs.sh b/vp8/common/rtcd_defs.sh
index c069a21f1..ab9951528 100644
--- a/vp8/common/rtcd_defs.sh
+++ b/vp8/common/rtcd_defs.sh
@@ -123,7 +123,8 @@ specialize vp8_copy_mem8x4 mmx media neon
vp8_copy_mem8x4_media=vp8_copy_mem8x4_v6
prototype void vp8_build_intra_predictors_mby_s "struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride"
-#TODO: fix assembly --- specialize vp8_build_intra_predictors_mby_s sse2 ssse3 neon
+specialize vp8_build_intra_predictors_mby_s sse2 ssse3
+#TODO: fix assembly for neon
prototype void vp8_build_intra_predictors_mbuv_s "struct macroblockd *x, unsigned char * uabove_row, unsigned char * vabove_row, unsigned char *uleft, unsigned char *vleft, int left_stride, unsigned char * upred_ptr, unsigned char * vpred_ptr, int pred_stride"
specialize vp8_build_intra_predictors_mbuv_s sse2 ssse3