comparison 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
comparison
equal deleted inserted replaced
10622:2474aceea736 10623:f52d07b169b4
82 void (*pred8x8_add [3])(uint8_t *pix/*align 8*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride); 82 void (*pred8x8_add [3])(uint8_t *pix/*align 8*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride);
83 void (*pred16x16_add[3])(uint8_t *pix/*align 16*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride); 83 void (*pred16x16_add[3])(uint8_t *pix/*align 16*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride);
84 }H264PredContext; 84 }H264PredContext;
85 85
86 void ff_h264_pred_init(H264PredContext *h, int codec_id); 86 void ff_h264_pred_init(H264PredContext *h, int codec_id);
87 void ff_h264_pred_init_arm(H264PredContext *h, int codec_id);
87 88
88 #endif /* AVCODEC_H264PRED_H */ 89 #endif /* AVCODEC_H264PRED_H */