Searched defs:mb_block_count (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_xvmc.c | 67 const int mb_block_count = 4 + (1 << s->chroma_format); in ff_xvmc_pack_pblocks() local 91 const int mb_block_count = 4 + (1 << s->chroma_format); in ff_xvmc_field_start() 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 | mpeg12dec.c | 664 const int mb_block_count = 4 + (1 << s->chroma_format); in mpeg_decode_mb() local
|
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
|
Completed in 13 milliseconds