Lines Matching refs:all_y
651 int all_y = tile_y_offset + y; in VP8LResidualImage() local
652 if (all_y >= height) { in VP8LResidualImage()
655 ix = all_y * width + tile_x_offset; in VP8LResidualImage()
903 int all_y; in GetBestColorTransformForTile() local
905 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()
906 int ix = all_y * xsize + tile_x_offset; in GetBestColorTransformForTile()
933 int all_y; in GetBestColorTransformForTile() local
935 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()
937 int ix = all_y * xsize + tile_x_offset; in GetBestColorTransformForTile()
1047 int all_y = tile_y_offset + y; in VP8LColorSpaceTransform() local
1048 if (all_y >= height) { in VP8LColorSpaceTransform()
1051 ix = all_y * width + tile_x_offset; in VP8LColorSpaceTransform()