Home
last modified time | relevance | path

Searched refs:tile_y_offset (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dlossless.c697 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
[all …]