Searched refs:all_y_max (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | lossless.c | 911 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetPredictionCostCrossColorRed() argument 917 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetPredictionCostCrossColorRed() 938 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetBestGreenToRed() argument 953 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize, in GetBestGreenToRed() 959 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize, in GetBestGreenToRed() 977 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetPredictionCostCrossColorBlue() argument 984 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetPredictionCostCrossColorBlue() 1014 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetBestGreenRedToBlue() argument 1043 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize, prev_x, in GetBestGreenRedToBlue() 1069 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile() local [all …]
|