Lines Matching refs:tile_y_offset

697     const int tile_y_offset = tile_y * max_tile_size;  in VP8LResidualImage()  local
699 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset; in VP8LResidualImage()
705 memcpy(current_tile_rows, &argb[tile_y_offset * width], in VP8LResidualImage()
724 int all_y = tile_y_offset + y; in VP8LResidualImage()
911 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetPredictionCostCrossColorRed() argument
917 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetPredictionCostCrossColorRed()
938 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetBestGreenToRed() argument
953 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize, in GetBestGreenToRed()
959 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize, in GetBestGreenToRed()
977 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetPredictionCostCrossColorBlue() argument
984 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetPredictionCostCrossColorBlue()
1014 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetBestGreenRedToBlue() argument
1043 tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize, prev_x, in GetBestGreenRedToBlue()
1066 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
1069 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
1073 GetBestGreenToRed(tile_x_offset, tile_y_offset, all_x_max, all_y_max, xsize, in GetBestColorTransformForTile()
1075 GetBestGreenRedToBlue(tile_x_offset, tile_y_offset, all_x_max, all_y_max, in GetBestColorTransformForTile()
1110 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
1112 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
1124 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
1128 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()