Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c676 const int max_tile_size = 1 << bits; in VP8LResidualImage() local
691 const int tile_y_offset = tile_y * max_tile_size; in VP8LResidualImage()
693 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset; in VP8LResidualImage()
696 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width, in VP8LResidualImage()
964 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
965 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
966 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
967 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
968 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
986 int max_tile_size, in CopyTileWithColorTransform() argument
[all …]