Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.c711 int all_x_max = tile_x_offset + max_tile_size; in VP8LResidualImage() local
712 if (all_x_max > width) { in VP8LResidualImage()
713 all_x_max = width; in VP8LResidualImage()
729 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { in VP8LResidualImage()
911 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetPredictionCostCrossColorRed() argument
920 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { 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
[all …]