Home
last modified time | relevance | path

Searched refs:H264PredContext (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264pred.h92 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,
Drv34.h96 H264PredContext h; ///< functions for 4x4 and 16x16 intra block prediction
Dvp8.h304 H264PredContext hpc;
Dh264dec.h393 H264PredContext hpc;
Dh264pred.c411 av_cold void ff_h264_pred_init(H264PredContext *h, int codec_id, in ff_h264_pred_init()
Dsvq3.c84 H264PredContext hpc;
/third_party/ffmpeg/tests/checkasm/
Dh264pred.c142 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/
Dh264pred_init_arm.c48 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/
Dh264pred_init.c48 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/
Dh264pred_init_mips.c27 av_cold void ff_h264_pred_init_mips(H264PredContext *h, int codec_id, in ff_h264_pred_init_mips()
/third_party/ffmpeg/libavcodec/x86/
Dh264_intrapred_init.c185 av_cold void ff_h264_pred_init_x86(H264PredContext *h, int codec_id, in ff_h264_pred_init_x86()