Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c968 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile() local
970 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
1015 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform() local
1031 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c891 int all_y_max = tile_y_offset + max_tile_size; in GetBestColorTransformForTile() local
897 if (all_y_max > ysize) { in GetBestColorTransformForTile()
898 all_y_max = ysize; in GetBestColorTransformForTile()
905 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()
935 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()