Lines Matching refs:tile_y_offset
691 const int tile_y_offset = tile_y * max_tile_size; in VP8LResidualImage() local
693 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset; in VP8LResidualImage()
699 memcpy(current_tile_rows, &argb[tile_y_offset * width], in VP8LResidualImage()
965 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
968 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
970 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
971 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
1013 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
1015 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
1027 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
1031 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()