H264PredContext    48 libavcodec/aarch64/h264pred_init.c static av_cold void h264_pred_init_neon(H264PredContext *h, int codec_id,
H264PredContext    86 libavcodec/aarch64/h264pred_init.c av_cold void ff_h264_pred_init_aarch64(H264PredContext *h, int codec_id,
H264PredContext    48 libavcodec/arm/h264pred_init_arm.c static av_cold void h264_pred_init_neon(H264PredContext *h, int codec_id,
H264PredContext    88 libavcodec/arm/h264pred_init_arm.c av_cold void ff_h264_pred_init_arm(H264PredContext *h, int codec_id,
H264PredContext   392 libavcodec/h264dec.h     H264PredContext hpc;
H264PredContext   411 libavcodec/h264pred.c av_cold void ff_h264_pred_init(H264PredContext *h, int codec_id,
H264PredContext   114 libavcodec/h264pred.h void ff_h264_pred_init(H264PredContext *h, int codec_id,
H264PredContext   116 libavcodec/h264pred.h void ff_h264_pred_init_aarch64(H264PredContext *h, int codec_id,
H264PredContext   119 libavcodec/h264pred.h void ff_h264_pred_init_arm(H264PredContext *h, int codec_id,
H264PredContext   121 libavcodec/h264pred.h void ff_h264_pred_init_x86(H264PredContext *h, int codec_id,
H264PredContext   123 libavcodec/h264pred.h void ff_h264_pred_init_mips(H264PredContext *h, int codec_id,
H264PredContext    27 libavcodec/mips/h264pred_init_mips.c static av_cold void h264_pred_init_msa(H264PredContext *h, int codec_id,
H264PredContext    97 libavcodec/mips/h264pred_init_mips.c static av_cold void h264_pred_init_mmi(H264PredContext *h, int codec_id,
H264PredContext   142 libavcodec/mips/h264pred_init_mips.c av_cold void ff_h264_pred_init_mips(H264PredContext *h, int codec_id,
H264PredContext    94 libavcodec/rv34.h     H264PredContext h;       ///< functions for 4x4 and 16x16 intra block prediction
H264PredContext    88 libavcodec/svq3.c     H264PredContext hpc;
H264PredContext   303 libavcodec/vp8.h     H264PredContext hpc;
H264PredContext   185 libavcodec/x86/h264_intrapred_init.c av_cold void ff_h264_pred_init_x86(H264PredContext *h, int codec_id,
H264PredContext   141 tests/checkasm/h264pred.c static void check_pred4x4(H264PredContext *h, uint8_t *buf0, uint8_t *buf1,
H264PredContext   162 tests/checkasm/h264pred.c static void check_pred8x8(H264PredContext *h, uint8_t *buf0, uint8_t *buf1,
H264PredContext   181 tests/checkasm/h264pred.c static void check_pred16x16(H264PredContext *h, uint8_t *buf0, uint8_t *buf1,
H264PredContext   201 tests/checkasm/h264pred.c static void check_pred8x8l(H264PredContext *h, uint8_t *buf0, uint8_t *buf1,
H264PredContext   235 tests/checkasm/h264pred.c         void (*func)(H264PredContext*, uint8_t*, uint8_t*, int, int, int);
H264PredContext   246 tests/checkasm/h264pred.c     H264PredContext h;