Searched refs:raster_block (Results 1 – 1 of 1) sorted by relevance
141 int raster_block, int stride) { in raster_block_offset()143 const int y = 4 * (raster_block >> bw); in raster_block_offset()144 const int x = 4 * (raster_block & ((1 << bw) - 1)); in raster_block_offset()148 int raster_block, int16_t *base) { in raster_block_offset_int16() argument150 return base + raster_block_offset(plane_bsize, raster_block, stride); in raster_block_offset_int16()