Home
last modified time | relevance | path

Searched refs:cur_peak_factor (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/encoder/
Dbit_allocation.c2624 float cur_peak_factor, f_bits_per_frame; in rc_update_bit_distribution_gop_level_2pass() local
2650 cur_peak_factor = 7.0; in rc_update_bit_distribution_gop_level_2pass()
2654 cur_peak_factor = ps_bit_allocation->f_cur_peak_factor_2pass; in rc_update_bit_distribution_gop_level_2pass()
2694 ps_cur_gop->f_bits_complexity_l1_based * cur_peak_factor; in rc_update_bit_distribution_gop_level_2pass()
2827 cur_peak_factor *= (float)i8_tot_bits_sequence / total_bits_allocated; in rc_update_bit_distribution_gop_level_2pass()
2834 ps_bit_allocation->f_cur_peak_factor_2pass = cur_peak_factor; in rc_update_bit_distribution_gop_level_2pass()