diff options
author | Jason Garrett-Glaser | 2010-06-25 18:25:49 +0000 |
---|---|---|
committer | Jason Garrett-Glaser | 2010-06-25 18:25:49 +0000 |
commit | 4af8cdfc3f4a1f777e769cb97c61ef13674699f7 (patch) | |
tree | b4349669fac4eda292f4aaae28cabfe83c80efef /libavcodec/h264pred.h | |
parent | d6f8476be4895c620d58e021ab880823d2fe25bf (diff) |
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
Originally committed as revision 23783 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264pred.h')
-rw-r--r-- | libavcodec/h264pred.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264pred.h b/libavcodec/h264pred.h index e9f2e17b6b..b7fd2a2b7a 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -87,5 +87,6 @@ typedef struct H264PredContext{ 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 */ |