comparison 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
comparison
equal deleted inserted replaced
11950:56aba5a9761c 11951:afee30fe8c26
85 void (*pred16x16_add[3])(uint8_t *pix/*align 16*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride); 85 void (*pred16x16_add[3])(uint8_t *pix/*align 16*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride);
86 }H264PredContext; 86 }H264PredContext;
87 87
88 void ff_h264_pred_init(H264PredContext *h, int codec_id); 88 void ff_h264_pred_init(H264PredContext *h, int codec_id);
89 void ff_h264_pred_init_arm(H264PredContext *h, int codec_id); 89 void ff_h264_pred_init_arm(H264PredContext *h, int codec_id);
90 void ff_h264_pred_init_x86(H264PredContext *h, int codec_id);
90 91
91 #endif /* AVCODEC_H264PRED_H */ 92 #endif /* AVCODEC_H264PRED_H */