Home
last modified time | relevance | path

Searched refs:tile_x_offset (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dpredictor_enc.c685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile() local
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
688 const int tile_width = all_x_max - tile_x_offset; in GetBestColorTransformForTile()
691 + tile_x_offset; in GetBestColorTransformForTile()
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform() local
733 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
751 int ix = y * width + tile_x_offset; in VP8LColorSpaceTransform()
752 const int ix_end = ix + all_x_max - tile_x_offset; in VP8LColorSpaceTransform()