Home
last modified time | relevance | path

Searched refs:H264ChromaContext (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264chroma.h27 typedef struct H264ChromaContext { struct
30 } H264ChromaContext; typedef
32 void ff_h264chroma_init(H264ChromaContext *c, int bit_depth);
34 void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth);
35 void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth);
36 void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth);
37 void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth);
38 void ff_h264chroma_init_mips(H264ChromaContext *c, int bit_depth);
39 void ff_h264chroma_init_loongarch(H264ChromaContext *c, int bit_depth);
H A Dh264chroma.c41 av_cold void ff_h264chroma_init(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init()
H A Dcavs.h168 H264ChromaContext h264chroma;
H A Dvc1.h176 H264ChromaContext h264chroma;
H A Dmpegvideo.h208 H264ChromaContext h264chroma;
H A Dvp56.h128 H264ChromaContext h264chroma;
H A Dvc1_mc.c175 H264ChromaContext *h264chroma = &v->h264chroma; in ff_vc1_mc_1mv()
637 H264ChromaContext *h264chroma = &v->h264chroma; in ff_vc1_mc_4mv_chroma()
842 H264ChromaContext *h264chroma = &v->h264chroma; in ff_vc1_mc_4mv_chroma4()
1007 H264ChromaContext *h264chroma = &v->h264chroma; in ff_vc1_interp_mc()
H A Dh264dec.h335 H264ChromaContext h264chroma;
H A Drv30dsp.c270 H264ChromaContext h264chroma; in RV30_LOWPASS()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264chroma_init_loongarch.c27 av_cold void ff_h264chroma_init_loongarch(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_loongarch()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264chroma_init_mips.c27 av_cold void ff_h264chroma_init_mips(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_mips()
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264chroma_init.c52 av_cold void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_ppc()
/third_party/ffmpeg/libavcodec/arm/
H A Dh264chroma_init_arm.c43 av_cold void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_arm()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dh264chroma_init_aarch64.c45 av_cold void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_aarch64()
/third_party/ffmpeg/libavcodec/x86/
H A Dh264chroma_init.c66 av_cold void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_x86()

Completed in 16 milliseconds