Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264pred.h94 typedef struct H264PredContext { struct
114 } H264PredContext; argument
116 void ff_h264_pred_init(H264PredContext *h, int codec_id,
118 void ff_h264_pred_init_aarch64(H264PredContext *h, int codec_id,
121 void ff_h264_pred_init_arm(H264PredContext *h, int codec_id,
123 void ff_h264_pred_init_x86(H264PredContext *h, int codec_id,
125 void ff_h264_pred_init_mips(H264PredContext *h, int codec_id,
127 void ff_h264_pred_init_loongarch(H264PredContext *h, int codec_id,
Drv34.h96 H264PredContext h; ///< functions for 4x4 and 16x16 intra block prediction
Dvp8.h304 H264PredContext hpc;
Dh264dec.h385 H264PredContext hpc;
Dh264pred.c437 av_cold void ff_h264_pred_init(H264PredContext *h, int codec_id, in ff_h264_pred_init()
Dsvq3.c88 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.c66 static av_cold void h264_pred_init_neon(H264PredContext *h, int codec_id, in h264_pred_init_neon()
128 av_cold void ff_h264_pred_init_aarch64(H264PredContext *h, int codec_id, in ff_h264_pred_init_aarch64()
/third_party/ffmpeg/libavcodec/loongarch/
Dh264_intrapred_init_loongarch.c26 av_cold void ff_h264_pred_init_loongarch(H264PredContext *h, int codec_id, in ff_h264_pred_init_loongarch()
/third_party/ffmpeg/libavcodec/mips/
Dh264pred_init_mips.c28 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.c159 av_cold void ff_h264_pred_init_x86(H264PredContext *h, int codec_id, in ff_h264_pred_init_x86()