Home
last modified time | relevance | path

Searched defs: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
1015 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform() local
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c891 int all_y_max = tile_y_offset + max_tile_size; in GetBestColorTransformForTile() local