summaryrefslogtreecommitdiff
path: root/vp8/common/rtcd_defs.sh
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2012-02-28 14:12:30 -0500
committerScott LaVarnway <slavarnway@google.com>2012-02-28 14:12:30 -0500
commitbcba86e2e9c03da484addb984db40ff61bd21569 (patch)
tree3d3f1a6586873f540abde6755c1416ed07239fe6 /vp8/common/rtcd_defs.sh
parentf2bd11faa40cd55b3a8a02fea6f64ff0a9124df8 (diff)
downloadlibvpx-bcba86e2e9c03da484addb984db40ff61bd21569.tar
libvpx-bcba86e2e9c03da484addb984db40ff61bd21569.tar.gz
libvpx-bcba86e2e9c03da484addb984db40ff61bd21569.tar.bz2
libvpx-bcba86e2e9c03da484addb984db40ff61bd21569.zip
Eliminated reconintra_mt.c
Reworked the code to use vp8_build_intra_predictors_mby_s, vp8_intra_prediction_down_copy, and vp8_intra4x4_predict_d_c functions instead. vp8_intra4x4_predict_d_c is a decoder-only version of vp8_intra4x4_predict. Future commits will fix this code duplication. Change-Id: Ifb4507103b7c83f8b94a872345191c49240154f5
Diffstat (limited to 'vp8/common/rtcd_defs.sh')
-rw-r--r--vp8/common/rtcd_defs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp8/common/rtcd_defs.sh b/vp8/common/rtcd_defs.sh
index 41cf9a39e..ff8e30c3f 100644
--- a/vp8/common/rtcd_defs.sh
+++ b/vp8/common/rtcd_defs.sh
@@ -125,8 +125,8 @@ vp8_copy_mem8x4_media=vp8_copy_mem8x4_v6
prototype void vp8_build_intra_predictors_mby "struct macroblockd *x"
specialize vp8_build_intra_predictors_mby sse2 ssse3 neon
-prototype void vp8_build_intra_predictors_mby_s "struct macroblockd *x"
-specialize vp8_build_intra_predictors_mby_s sse2 ssse3 neon
+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"
+#TODO: fix assembly --- specialize vp8_build_intra_predictors_mby_s sse2 ssse3 neon
prototype void vp8_build_intra_predictors_mbuv "struct macroblockd *x"
specialize vp8_build_intra_predictors_mbuv sse2 ssse3