Lines Matching refs:max_quantization
190 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
444 if (max_quantization > 1) { in CopyImageWithPrediction()
463 mode, x, x_end, y, max_quantization, exact, in CopyImageWithPrediction()
483 const int max_quantization = 1 << VP8LNearLosslessBits(near_lossless_quality); in VP8LResidualImage() local
495 bits, histo, argb_scratch, argb, max_quantization, exact, in VP8LResidualImage()
503 low_effort, max_quantization, exact, in VP8LResidualImage()