Searched refs:num_MBs (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ivi.c | 371 tile->num_MBs = IVI_MBs_PER_TILE(tile->width, tile->height, in ivi_init_tiles() 375 tile->mbs = av_calloc(tile->num_MBs, sizeof(*tile->mbs)); in ivi_init_tiles() 381 if (tile->num_MBs != ref_tile->num_MBs) { in ivi_init_tiles() 626 for (mbn = 0, mb = tile->mbs; mbn < tile->num_MBs; mb++, mbn++) { in ivi_decode_blocks() 763 if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, mb_size)) { in ivi_process_empty_tile() 766 tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, mb_size)); in ivi_process_empty_tile() 838 for (mbn = 0, mb = tile->mbs; mbn < tile->num_MBs; mb++, mbn++) { in ivi_process_empty_tile()
|
H A D | ivi.h | 135 int num_MBs; ///< number of macroblocks in this tile member
|
H A D | indeo4.c | 488 if (((tile->width + band->mb_size-1)/band->mb_size) * ((tile->height + band->mb_size-1)/band->mb_size) != tile->num_MBs) { in decode_mb_info() 489 av_log(avctx, AV_LOG_ERROR, "num_MBs mismatch %d %d %d %d\n", tile->width, tile->height, band->mb_size, tile->num_MBs); in decode_mb_info()
|
H A D | indeo5.c | 471 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()
|
Completed in 6 milliseconds