Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.c708 int all_y_max = tile_y_offset + max_tile_size; in GetBestColorTransformForTile() local
714 if (all_y_max > ysize) { in GetBestColorTransformForTile()
715 all_y_max = ysize; in GetBestColorTransformForTile()
724 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()
761 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()