Searched refs:H264PredContext (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264pred.h | 92 typedef struct H264PredContext { struct 112 } H264PredContext; argument 114 void ff_h264_pred_init(H264PredContext *h, int codec_id, 116 void ff_h264_pred_init_aarch64(H264PredContext *h, int codec_id, 119 void ff_h264_pred_init_arm(H264PredContext *h, int codec_id, 121 void ff_h264_pred_init_x86(H264PredContext *h, int codec_id, 123 void ff_h264_pred_init_mips(H264PredContext *h, int codec_id,
|
D | rv34.h | 96 H264PredContext h; ///< functions for 4x4 and 16x16 intra block prediction
|
D | vp8.h | 304 H264PredContext hpc;
|
D | h264dec.h | 393 H264PredContext hpc;
|
D | h264pred.c | 411 av_cold void ff_h264_pred_init(H264PredContext *h, int codec_id, in ff_h264_pred_init()
|
D | svq3.c | 84 H264PredContext hpc;
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264pred.c | 142 static void check_pred4x4(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred4x4() 163 static void check_pred8x8(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred8x8() 182 static void check_pred16x16(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred16x16() 202 static void check_pred8x8l(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred8x8l() 236 void (*func)(H264PredContext*, uint8_t*, uint8_t*, int, int, int); in checkasm_check_h264pred() 247 H264PredContext h; in checkasm_check_h264pred()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | h264pred_init_arm.c | 48 static av_cold void h264_pred_init_neon(H264PredContext *h, int codec_id, in h264_pred_init_neon() 88 av_cold void ff_h264_pred_init_arm(H264PredContext *h, int codec_id, in ff_h264_pred_init_arm()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | h264pred_init.c | 48 static av_cold void h264_pred_init_neon(H264PredContext *h, int codec_id, in h264_pred_init_neon() 86 av_cold void ff_h264_pred_init_aarch64(H264PredContext *h, int codec_id, in ff_h264_pred_init_aarch64()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264pred_init_mips.c | 27 av_cold void ff_h264_pred_init_mips(H264PredContext *h, int codec_id, in ff_h264_pred_init_mips()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_intrapred_init.c | 185 av_cold void ff_h264_pred_init_x86(H264PredContext *h, int codec_id, in ff_h264_pred_init_x86()
|