Lines Matching defs:mb_size
366 tile->mb_size = band->mb_size;
372 band->mb_size);
613 num_blocks = (band->mb_size != blk_size) ? 4 : 1;
667 mb->xpos + dmv_x + band->mb_size + cx > band->pitch ||
669 mb->ypos + dmv_y + band->mb_size + cy > band->aheight) {
682 mb->xpos + dmv_x + band->mb_size + cx > band->pitch ||
684 mb->ypos + dmv_y + band->mb_size + cy > band->aheight) {
758 int mb_size = band->mb_size;
763 if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, mb_size)) {
766 tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, mb_size));
773 row_offset = mb_size * pitch;
776 for (y = tile->ypos; y < (tile->ypos + tile->height); y += mb_size) {
779 for (x = tile->xpos; x < xend; x += mb_size) {
816 || mb->xpos + dmv_x + mb_size + cx > pitch
818 || mb->ypos + dmv_y + mb_size + cy > band->aheight) {
828 mb_offset += mb_size;
834 num_blocks = (mb_size != band->blk_size) ? 4 : 1; /* number of blocks per mb */
996 if (tile->mb_size != band->mb_size) {
998 band->mb_size, tile->mb_size);
1004 (ctx->planes[0].bands[0].mb_size >> 3) - (band->mb_size >> 3));