Lines Matching refs:max_quantization
184 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()
441 mode, x, x_end, y, max_quantization, exact, in CopyImageWithPrediction()
461 const int max_quantization = 1 << VP8LNearLosslessBits(near_lossless_quality); in VP8LResidualImage() local
473 bits, histo, argb_scratch, argb, max_quantization, exact, in VP8LResidualImage()
481 low_effort, max_quantization, exact, in VP8LResidualImage()