H264QpelContext    98 libavcodec/aarch64/h264qpel_init_aarch64.c av_cold void ff_h264qpel_init_aarch64(H264QpelContext *c, int bit_depth)
H264QpelContext    97 libavcodec/arm/h264qpel_init_arm.c av_cold void ff_h264qpel_init_arm(H264QpelContext *c, int bit_depth)
H264QpelContext   349 libavcodec/h264dec.h     H264QpelContext h264qpel;
H264QpelContext    49 libavcodec/h264qpel.c av_cold void ff_h264qpel_init(H264QpelContext *c, int bit_depth)
H264QpelContext    32 libavcodec/h264qpel.h void ff_h264qpel_init(H264QpelContext *c, int bit_depth);
H264QpelContext    34 libavcodec/h264qpel.h void ff_h264qpel_init_aarch64(H264QpelContext *c, int bit_depth);
H264QpelContext    35 libavcodec/h264qpel.h void ff_h264qpel_init_arm(H264QpelContext *c, int bit_depth);
H264QpelContext    36 libavcodec/h264qpel.h void ff_h264qpel_init_ppc(H264QpelContext *c, int bit_depth);
H264QpelContext    37 libavcodec/h264qpel.h void ff_h264qpel_init_x86(H264QpelContext *c, int bit_depth);
H264QpelContext    38 libavcodec/h264qpel.h void ff_h264qpel_init_mips(H264QpelContext *c, int bit_depth);
H264QpelContext    25 libavcodec/mips/h264qpel_init_mips.c static av_cold void h264qpel_init_msa(H264QpelContext *c, int bit_depth)
H264QpelContext   133 libavcodec/mips/h264qpel_init_mips.c static av_cold void h264qpel_init_mmi(H264QpelContext *c, int bit_depth)
H264QpelContext   241 libavcodec/mips/h264qpel_init_mips.c av_cold void ff_h264qpel_init_mips(H264QpelContext *c, int bit_depth)
H264QpelContext   282 libavcodec/ppc/h264qpel.c av_cold void ff_h264qpel_init_ppc(H264QpelContext *c, int bit_depth)
H264QpelContext   268 libavcodec/rv30dsp.c     H264QpelContext qpel;
H264QpelContext   622 libavcodec/rv40dsp.c     H264QpelContext qpel;
H264QpelContext   122 libavcodec/snow.h     H264QpelContext h264qpel;
H264QpelContext   540 libavcodec/x86/h264_qpel.c av_cold void ff_h264qpel_init_x86(H264QpelContext *c, int bit_depth)
H264QpelContext    56 tests/checkasm/h264qpel.c     H264QpelContext h;