Home
last modified time | relevance | path

Searched defs:mb_block_count (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_xvmc.c67 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 Dmpeg12enc.c781 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 Dmpeg12dec.c664 const int mb_block_count = 4 + (1 << s->chroma_format); in mpeg_decode_mb() local
H A Dmpegvideo_enc.c2019 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