Searched refs:xscan (Results 1 – 2 of 2) sorted by relevance
980 int xscan = 1 << bits; in CopyTileWithColorTransform() local984 if (xscan > xsize - tile_x) { in CopyTileWithColorTransform()985 xscan = xsize - tile_x; in CopyTileWithColorTransform()993 const int end_ix = ix + xscan; in CopyTileWithColorTransform()
989 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform() local993 VP8LTransformColor(&color_transform, argb, xscan); in CopyTileWithColorTransform()