Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c661 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
662 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
663 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
664 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
665 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
683 int max_tile_size, in CopyTileWithColorTransform() argument
686 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
687 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
697 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
709 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
[all …]