Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.c808 int yscan = 1 << bits; in CopyTileWithColorTransform() local
814 if (yscan > ysize - tile_y) { in CopyTileWithColorTransform()
815 yscan = ysize - tile_y; in CopyTileWithColorTransform()
817 yscan += tile_y; in CopyTileWithColorTransform()
818 for (y = tile_y; y < yscan; ++y) { in CopyTileWithColorTransform()