Searched refs:tile_y_offset (Results 1 – 1 of 1) sorted by relevance
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()