Lines Matching defs:mb_size
62 int result, i, p, tile_size, pic_size_indx, mb_size, blk_size, is_scalable;
133 mb_size = get_bits1(&ctx->gb);
135 mb_size = blk_size << !mb_size;
142 blk_size_changed = mb_size != band->mb_size || blk_size != band->blk_size;
144 band->mb_size = mb_size;
236 band2->mb_size = band1->mb_size;
461 int row_offset = band->mb_size * band->pitch;
471 if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)) {
473 tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size));
478 mv_scale = (ctx->planes[0].bands[0].mb_size >> 3) - (band->mb_size >> 3);
481 for (y = tile->ypos; y < (tile->ypos + tile->height); y += band->mb_size) {
484 for (x = tile->xpos; x < (tile->xpos + tile->width); x += band->mb_size) {
524 blks_per_mb = band->mb_size != band->blk_size ? 4 : 1;
568 x + ((mb->mv_x+s)>>s) + band->mb_size - 1
569 + (y+band->mb_size - 1 +((mb->mv_y+s)>>s))*band->pitch > band->bufsize - 1) {
577 mb_offset += band->mb_size;