Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dbit_allocation.c2621 LWORD64 i8_tot_bits_sequence, in rc_update_bit_distribution_gop_level_2pass() argument
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()
2827 cur_peak_factor *= (float)i8_tot_bits_sequence / 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()
Dbit_allocation.h262 LWORD64 i8_tot_bits_sequence,