Home
last modified time | relevance | path

Searched refs:num_mbs (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhqx.c337 int num_mbs = mb_w * mb_h; in decode_slice() local
338 int num_tiles = (num_mbs + 479) / 480; in decode_slice()
339 int std_tile_blocks = num_mbs / (16 * num_tiles); in decode_slice()
347 if (g_tile < num_mbs - std_tile_blocks * 16 * num_tiles) { in decode_slice()
348 tile_limit = num_mbs / (16 * num_tiles); in decode_slice()
H A Dmjpegenc.c269 size_t num_mbs, num_blocks, num_codes; in alloc_huffman() local
284 num_mbs = s->mb_width * s->mb_height; in alloc_huffman()
285 num_blocks = num_mbs * blocks_per_mb; in alloc_huffman()
H A Dg2meet.c273 const uint8_t *mask, int mask_stride, int num_mbs, in jpg_decode_data()
295 if (!num_mbs) in jpg_decode_data()
296 num_mbs = mb_w * mb_h * 4; in jpg_decode_data()
315 num_mbs--; in jpg_decode_data()
340 if (!num_mbs) in jpg_decode_data()
270 jpg_decode_data(JPGContext *c, int width, int height, const uint8_t *src, int src_size, uint8_t *dst, int dst_stride, const uint8_t *mask, int mask_stride, int num_mbs, int swapuv) jpg_decode_data() argument

Completed in 7 milliseconds