Searched refs:max_tile_size (Results 1 – 1 of 1) sorted by relevance
688 const int max_tile_size = 1 << bits; in VP8LResidualImage() local697 const int tile_y_offset = tile_y * max_tile_size; in VP8LResidualImage()699 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset; in VP8LResidualImage()702 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width, in VP8LResidualImage()710 const int tile_x_offset = tile_x * max_tile_size; in VP8LResidualImage()711 int all_x_max = tile_x_offset + max_tile_size; in VP8LResidualImage()721 for (y = 0; y < max_tile_size; ++y) { in VP8LResidualImage()1065 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local1066 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()1067 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()[all …]