Searched refs:total_bits_allocated (Results 1 – 1 of 1) sorted by relevance
2627 LWORD64 total_bits_allocated = 0, prev_total_bits_allocated = -1; in rc_update_bit_distribution_gop_level_2pass() local2677 total_bits_allocated = 0; in rc_update_bit_distribution_gop_level_2pass()2796 total_bits_allocated = total_nbp_bits_allocated + total_bp_bits_allocated; in rc_update_bit_distribution_gop_level_2pass()2797 if((total_bits_allocated < (1.005 * i8_tot_bits_sequence) && in rc_update_bit_distribution_gop_level_2pass()2798 total_bits_allocated > (0.995 * i8_tot_bits_sequence)) || in rc_update_bit_distribution_gop_level_2pass()2801 float error_bits = ((float)i8_tot_bits_sequence - total_bits_allocated); in rc_update_bit_distribution_gop_level_2pass()2811 (error_bits * ps_cur_gop->i8_bits_allocated_to_gop / total_bits_allocated)); 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()2829 prev_total_bits_allocated = total_bits_allocated; in rc_update_bit_distribution_gop_level_2pass()2830 i8_excess_bits = i8_tot_bits_sequence - total_bits_allocated; in rc_update_bit_distribution_gop_level_2pass()[all …]