Searched defs:chroma_y_shift (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dirac.c | 147 int chroma_x_shift, chroma_y_shift; in parse_source_parameters() local
|
H A D | mpegpicture.c | 118 alloc_frame_buffer(AVCodecContext *avctx, Picture *pic, MotionEstContext *me, ScratchpadContext *sc, int chroma_x_shift, int chroma_y_shift, int linesize, int uvlinesize) alloc_frame_buffer() argument 253 ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me, ScratchpadContext *sc, int shared, int encoding, int chroma_x_shift, int chroma_y_shift, int out_format, int mb_stride, int mb_width, int mb_height, int b8_stride, ptrdiff_t *linesize, ptrdiff_t *uvlinesize) ff_alloc_picture() argument
|
H A D | cfhd.c | 251 int chroma_x_shift, chroma_y_shift; in alloc_buffers() local
|
H A D | mpeg12enc.c | 781 mpeg1_encode_mb_internal(MpegEncContext *s, int16_t block[8][64], int motion_x, int motion_y, int mb_block_count, int chroma_y_shift) mpeg1_encode_mb_internal() argument
|
H A D | vc2enc.c | 161 int chroma_y_shift; member
|
H A D | diracdec.c | 148 int chroma_y_shift; member 1971 int chroma_x_shift, chroma_y_shift; in get_buffer_with_edge() local [all...] |
H A D | h264dec.h | 354 int chroma_x_shift, chroma_y_shift; member
|
H A D | mpegvideo_enc.c | 2019 encode_mb_internal(MpegEncContext *s, int motion_x, int motion_y, int mb_block_height, int mb_block_width, int mb_block_count, int chroma_x_shift, int chroma_y_shift, int chroma_format) encode_mb_internal() argument [all...] |
H A D | mpegvideo.h | 452 int chroma_y_shift; member
|
H A D | vp3.c | 181 int chroma_x_shift, chroma_y_shift; member [all...] |
Completed in 23 milliseconds