Searched refs:tile_x_offset (Results 1 – 1 of 1) sorted by relevance
663 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile() local664 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()666 const int tile_width = all_x_max - tile_x_offset; in GetBestColorTransformForTile()669 + tile_x_offset; in GetBestColorTransformForTile()709 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform() local711 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width); in VP8LColorSpaceTransform()724 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()729 int ix = y * width + tile_x_offset; in VP8LColorSpaceTransform()730 const int ix_end = ix + all_x_max - tile_x_offset; in VP8LColorSpaceTransform()