Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c664 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile() local
666 const int tile_width = all_x_max - tile_x_offset; in GetBestColorTransformForTile()
711 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width); in VP8LColorSpaceTransform() local
730 const int ix_end = ix + all_x_max - tile_x_offset; in VP8LColorSpaceTransform()