Home | History | Annotate | Download | only in encoder

Lines Matching refs:Fraction

2721         // 1 Pass there is no information on which to base size so use bandwidth per second * fixed fraction
3686 int Fraction = ((cpi->buffer_level - cpi->oxcf.optimal_buffer_level) * 128) / (cpi->oxcf.maximum_buffer_size - cpi->oxcf.optimal_buffer_level);
3687 int min_qadjustment = ((cpi->active_best_quality - cpi->best_quality) * Fraction) / 128;