diff h264pred.h @ 11951:afee30fe8c26 libavcodec

16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
author darkshikari
date Fri, 25 Jun 2010 18:25:49 +0000
parents 823f332655e8
children
line wrap: on
line diff
--- a/h264pred.h	Fri Jun 25 18:14:07 2010 +0000
+++ b/h264pred.h	Fri Jun 25 18:25:49 2010 +0000
@@ -87,5 +87,6 @@
 
 void ff_h264_pred_init(H264PredContext *h, int codec_id);
 void ff_h264_pred_init_arm(H264PredContext *h, int codec_id);
+void ff_h264_pred_init_x86(H264PredContext *h, int codec_id);
 
 #endif /* AVCODEC_H264PRED_H */