Searched refs:all_x_max (Results 1 – 1 of 1) sorted by relevance
496 int all_x_max = tile_x_offset + max_tile_size; in VP8LResidualImage() local497 if (all_x_max > width) { in VP8LResidualImage()498 all_x_max = width; in VP8LResidualImage()513 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { in VP8LResidualImage()707 int all_x_max = tile_x_offset + max_tile_size; in GetBestColorTransformForTile() local711 if (all_x_max > xsize) { in GetBestColorTransformForTile()712 all_x_max = xsize; in GetBestColorTransformForTile()728 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { in GetBestColorTransformForTile()765 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { in GetBestColorTransformForTile()843 int all_x_max; in VP8LColorSpaceTransform() local[all …]