Lines Matching refs:top
62 * output image. Tiles are numbered row major from top left to bottom
101 u32 top;
611 * Tile top edge alignment is only limited by chroma subsampling.
663 * tiles are in a row, and output tile top position and height are set.
684 out_tile->top = out_left;
694 * Fill in top position and height and for all tiles in an input row, and
712 in_tile->top = in_top;
719 out_tile->top = out_top;
728 * top / left pixels of each tile.
755 /* Switch width/height and align top left to IRT block size */
897 tile->width, tile->height, tile->left, tile->top);
991 u32 H, top, y_stride, uv_stride;
1008 top = image->tile[tile].top;
1009 y_row_off = top * y_stride;
1010 uv_row_off = (top * uv_stride) / fmt->uv_height_dec;
1061 row_off = image->tile[tile].top * stride;