Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c184 int max_quantization, int max_diff, in NearLossless() argument
193 quantization = max_quantization; in NearLossless()
229 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual() argument
247 if (max_quantization == 1 || mode == 0 || y == 0 || y == height - 1 || in GetResidual()
251 residual = NearLossless(current_row[x], predict, max_quantization, in GetResidual()
288 int max_quantization, in GetBestPredictorForTile() argument
355 if (max_quantization > 1 && y >= 1 && y + 1 < height) { in GetBestPredictorForTile()
361 start_x, start_x + max_x, y, max_quantization, exact, in GetBestPredictorForTile()
399 int low_effort, int max_quantization, in CopyImageWithPrediction() argument
423 if (max_quantization > 1) { in CopyImageWithPrediction()
[all …]