Searched refs:all_x_max (Results 1 – 2 of 2) sorted by relevance
639 int all_x_max = tile_x_offset + max_tile_size; in VP8LResidualImage() local640 if (all_x_max > width) { in VP8LResidualImage()641 all_x_max = width; in VP8LResidualImage()656 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { in VP8LResidualImage()890 int all_x_max = tile_x_offset + max_tile_size; in GetBestColorTransformForTile() local894 if (all_x_max > xsize) { in GetBestColorTransformForTile()895 all_x_max = xsize; in GetBestColorTransformForTile()908 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { in GetBestColorTransformForTile()938 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { in GetBestColorTransformForTile()1016 int all_x_max; in VP8LColorSpaceTransform() local[all …]
967 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile() local969 const int tile_width = all_x_max - tile_x_offset; in GetBestColorTransformForTile()1014 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width); in VP8LColorSpaceTransform() local1033 const int ix_end = ix + all_x_max - tile_x_offset; in VP8LColorSpaceTransform()