Lines Matching refs:all_y
508 int all_y = tile_y_offset + y; in VP8LResidualImage() local
509 if (all_y >= height) { in VP8LResidualImage()
512 ix = all_y * width + tile_x_offset; in VP8LResidualImage()
719 int all_y; in GetBestColorTransformForTile() local
724 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()
726 int ix = all_y * xsize + tile_x_offset; in GetBestColorTransformForTile()
755 int all_y; in GetBestColorTransformForTile() local
761 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()
764 int ix = all_y * xsize + tile_x_offset; in GetBestColorTransformForTile()
874 int all_y = tile_y_offset + y; in VP8LColorSpaceTransform() local
875 if (all_y >= height) { in VP8LColorSpaceTransform()
878 ix = all_y * width + tile_x_offset; in VP8LColorSpaceTransform()