Home | History | Annotate | Download | only in encoder

Lines Matching defs:Adjustment

3626         /* Max adjustment is 1/4 */
3627 int Adjustment = cpi->active_worst_quality / 4;
3629 if (Adjustment)
3638 Adjustment);
3641 Adjustment = (int)
3646 Adjustment = 0;
3649 cpi->active_worst_quality -= Adjustment;
3819 /* Setup background Q adjustment for error resilient mode.