Searched refs:H264ChromaContext (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264chroma.h | 27 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);
|
D | h264chroma.c | 41 av_cold void ff_h264chroma_init(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init()
|
D | cavs.h | 168 H264ChromaContext h264chroma;
|
D | vc1.h | 176 H264ChromaContext h264chroma;
|
D | vc1_mc.c | 175 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()
|
D | vp56.h | 128 H264ChromaContext h264chroma;
|
D | h264dec.h | 349 H264ChromaContext h264chroma;
|
D | rv30dsp.c | 267 H264ChromaContext h264chroma; in RV30_LOWPASS()
|
D | mpegvideo.h | 228 H264ChromaContext h264chroma;
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264chroma_init_mips.c | 26 av_cold void ff_h264chroma_init_mips(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_mips()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | h264chroma_init.c | 52 av_cold void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_ppc()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | h264chroma_init_aarch64.c | 45 av_cold void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_aarch64()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | h264chroma_init_arm.c | 43 av_cold void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_arm()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264chroma_init.c | 70 av_cold void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth) in ff_h264chroma_init_x86()
|