Lines Matching refs:top
59 * output image. Tiles are numbered row major from top left to bottom
98 u32 top;
612 * Tile top edge alignment is only limited by chroma subsampling.
664 * tiles are in a row, and output tile top position and height are set.
685 out_tile->top = out_left;
695 * Fill in top position and height and for all tiles in an input row, and
713 in_tile->top = in_top;
720 out_tile->top = out_top;
729 * top / left pixels of each tile.
756 /* Switch width/height and align top left to IRT block size */
898 tile->width, tile->height, tile->left, tile->top);
992 u32 H, top, y_stride, uv_stride;
1009 top = image->tile[tile].top;
1010 y_row_off = top * y_stride;
1011 uv_row_off = (top * uv_stride) / fmt->uv_height_dec;
1065 row_off = image->tile[tile].top * stride;