Home
last modified time | relevance | path

Searched refs:num_MBs (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Divi.c369 tile->num_MBs = IVI_MBs_PER_TILE(tile->width, tile->height, in ivi_init_tiles()
373 tile->mbs = av_mallocz_array(tile->num_MBs, sizeof(IVIMbInfo)); in ivi_init_tiles()
379 if (tile->num_MBs != ref_tile->num_MBs) { in ivi_init_tiles()
624 for (mbn = 0, mb = tile->mbs; mbn < tile->num_MBs; mb++, mbn++) { in ivi_decode_blocks()
761 if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, mb_size)) { in ivi_process_empty_tile()
764 tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, mb_size)); in ivi_process_empty_tile()
836 for (mbn = 0, mb = tile->mbs; mbn < tile->num_MBs; mb++, mbn++) { in ivi_process_empty_tile()
Divi.h135 int num_MBs; ///< number of macroblocks in this tile member
Dindeo5.c471 if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)) { in decode_mb_info()
473 tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)); in decode_mb_info()
Dindeo4.c488 …d->mb_size-1)/band->mb_size) * ((tile->height + band->mb_size-1)/band->mb_size) != tile->num_MBs) { in decode_mb_info()
489 …_ERROR, "num_MBs mismatch %d %d %d %d\n", tile->width, tile->height, band->mb_size, tile->num_MBs); in decode_mb_info()