Searched refs:tile_x_offset (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | lossless.c | 710 const int tile_x_offset = tile_x * max_tile_size; in VP8LResidualImage() local 711 int all_x_max = tile_x_offset + max_tile_size; in VP8LResidualImage() 728 ix = all_y * width + tile_x_offset; in VP8LResidualImage() 729 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { in VP8LResidualImage() 911 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetPredictionCostCrossColorRed() argument 918 int ix = all_y * xsize + tile_x_offset; in GetPredictionCostCrossColorRed() 920 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { 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() [all …]
|