Searched refs:max_tile_size (Results 1 – 2 of 2) sorted by relevance
676 const int max_tile_size = 1 << bits; in VP8LResidualImage() local691 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() local965 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 …]
616 const int max_tile_size = 1 << bits; in VP8LResidualImage() local625 const int tile_y_offset = tile_y * max_tile_size; in VP8LResidualImage()627 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset; in VP8LResidualImage()630 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width, in VP8LResidualImage()638 const int tile_x_offset = tile_x * max_tile_size; in VP8LResidualImage()639 int all_x_max = tile_x_offset + max_tile_size; in VP8LResidualImage()648 for (y = 0; y < max_tile_size; ++y) { in VP8LResidualImage()884 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local885 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()886 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()[all …]