From a337725625207758e56c1820c3a06bc00ca22b1a Mon Sep 17 00:00:00 2001 From: Scott LaVarnway Date: Thu, 29 Mar 2012 14:24:53 -0400 Subject: 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 --- vp8/common/rtcd_defs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vp8/common/rtcd_defs.sh') 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 -- cgit v1.2.3