diff h264pred.h @ 10623:f52d07b169b4 libavcodec

ARM: NEON optimised H264 16x16, 8x8 pred
author mru
date Wed, 02 Dec 2009 14:56:45 +0000
parents e9d9d946f213
children 7dd2a45249a9
line wrap: on
line diff
--- a/h264pred.h	Wed Dec 02 09:12:05 2009 +0000
+++ b/h264pred.h	Wed Dec 02 14:56:45 2009 +0000
@@ -84,5 +84,6 @@
 }H264PredContext;
 
 void ff_h264_pred_init(H264PredContext *h, int codec_id);
+void ff_h264_pred_init_arm(H264PredContext *h, int codec_id);
 
 #endif /* AVCODEC_H264PRED_H */