Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c190 int max_quantization, int max_diff, in NearLossless() argument
199 quantization = max_quantization; in NearLossless()
236 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual() argument
255 if (max_quantization == 1 || mode == 0 || y == 0 || y == height - 1 || in GetResidual()
259 residual = NearLossless(current_row[x], predict, max_quantization, in GetResidual()
268 (void)max_quantization; in GetResidual()
303 int max_quantization, in GetBestPredictorForTile() argument
372 if (max_quantization > 1 && y >= 1 && y + 1 < height) { in GetBestPredictorForTile()
379 start_x, start_x + max_x, y, max_quantization, exact, in GetBestPredictorForTile()
417 int low_effort, int max_quantization, in CopyImageWithPrediction() argument
[all …]