Searched refs:H264DSPContext (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264dsp.h | 42 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 D | h264dsp.c | 66 av_cold void ff_h264dsp_init(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init()
|
H A D | h264dec.h | 334 H264DSPContext h264dsp;
|
H A D | h264_parser.c | 55 H264DSPContext h264dsp;
|
H A D | svq3.c | 87 H264DSPContext h264dsp;
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | h264dsp_init_arm.c | 74 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 D | h264dsp.c | 185 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 D | h264dsp_init_loongarch.c | 26 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 D | h264dsp_init_mips.c | 26 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 D | h264dsp_init_aarch64.c | 109 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 D | h264dsp_init.c | 190 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 D | h264dsp.c | 789 av_cold void ff_h264dsp_init_ppc(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init_ppc()
|
Completed in 9 milliseconds