Home
last modified time | relevance | path

Searched refs:H264ChromaContext (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264chroma.h27 typedef struct H264ChromaContext { struct
30 } H264ChromaContext; argument
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);
Dh264chroma.c41 av_cold void ff_h264chroma_init(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init()
Dcavs.h168 H264ChromaContext h264chroma;
Dvc1.h176 H264ChromaContext h264chroma;
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()
Dvp56.h128 H264ChromaContext h264chroma;
Dh264dec.h349 H264ChromaContext h264chroma;
Drv30dsp.c267 H264ChromaContext h264chroma; in RV30_LOWPASS()
Dmpegvideo.h228 H264ChromaContext h264chroma;
/third_party/ffmpeg/libavcodec/mips/
Dh264chroma_init_mips.c26 av_cold void ff_h264chroma_init_mips(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_mips()
/third_party/ffmpeg/libavcodec/ppc/
Dh264chroma_init.c52 av_cold void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_ppc()
/third_party/ffmpeg/libavcodec/aarch64/
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/arm/
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/x86/
Dh264chroma_init.c70 av_cold void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_x86()