Home | History | Annotate | Download | only in encoder

Lines Matching full:current_spend_ratio

1240     double current_spend_ratio = 1.0;
1258 current_spend_ratio = 10.0;
1261 current_spend_ratio = (double)cpi->long_rolling_actual_bits / (double)cpi->long_rolling_target_bits;
1262 current_spend_ratio = (current_spend_ratio > 10.0) ? 10.0 : (current_spend_ratio < 0.1) ? 0.1 : current_spend_ratio;
1287 combined_correction_factor = speed_correction * iiratio_correction_factor * current_spend_ratio;
1322 current_spend_ratio, group_iiratio, iiratio_correction_factor,