Home
last modified time | relevance | path

Searched refs:H264DSPContext (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264dsp.h42 typedef struct H264DSPContext { struct
118 } H264DSPContext; typedef
120 void ff_h264dsp_init(H264DSPContext *c, const int bit_depth,
122 void ff_h264dsp_init_aarch64(H264DSPContext *c, const int bit_depth,
124 void ff_h264dsp_init_arm(H264DSPContext *c, const int bit_depth,
126 void ff_h264dsp_init_ppc(H264DSPContext *c, const int bit_depth,
128 void ff_h264dsp_init_x86(H264DSPContext *c, const int bit_depth,
130 void ff_h264dsp_init_mips(H264DSPContext *c, const int bit_depth,
132 void ff_h264dsp_init_loongarch(H264DSPContext *c, const int bit_depth,
H A Dh264dsp.c66 av_cold void ff_h264dsp_init(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init()
H A Dh264dec.h334 H264DSPContext h264dsp;
H A Dh264_parser.c55 H264DSPContext h264dsp;
H A Dsvq3.c87 H264DSPContext h264dsp;
/third_party/ffmpeg/libavcodec/arm/
H A Dh264dsp_init_arm.c74 static av_cold void h264dsp_init_neon(H264DSPContext *c, const int bit_depth, in h264dsp_init_neon()
109 av_cold void ff_h264dsp_init_arm(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init_arm()
/third_party/ffmpeg/tests/checkasm/
H A Dh264dsp.c185 H264DSPContext h; in check_idct()
241 H264DSPContext h; in check_idct_multiple()
324 H264DSPContext h; in check_loop_filter()
389 H264DSPContext h; in check_loop_filter_intra()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264dsp_init_loongarch.c26 av_cold void ff_h264dsp_init_loongarch(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init_loongarch()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264dsp_init_mips.c26 av_cold void ff_h264dsp_init_mips(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init_mips()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dh264dsp_init_aarch64.c109 av_cold void ff_h264dsp_init_aarch64(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init_aarch64()
/third_party/ffmpeg/libavcodec/x86/
H A Dh264dsp_init.c190 av_cold void ff_h264dsp_init_x86(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init_x86()
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c789 av_cold void ff_h264dsp_init_ppc(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init_ppc()

Completed in 9 milliseconds