Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.c473 const int max_tile_size = 1 << bits; in VP8LResidualImage() local
482 const int tile_y_offset = tile_y * max_tile_size; in VP8LResidualImage()
484 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset; in VP8LResidualImage()
487 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width, in VP8LResidualImage()
495 const int tile_x_offset = tile_x * max_tile_size; in VP8LResidualImage()
496 int all_x_max = tile_x_offset + max_tile_size; in VP8LResidualImage()
505 for (y = 0; y < max_tile_size; ++y) { in VP8LResidualImage()
701 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
702 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
703 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
[all …]