Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dcbr_buffer_control.c1206 LWORD64 max_excess_bits, default_allocation_for_period, comp_based_excess = 0; in get_error_bits_for_desired_buf() local
1214 default_allocation_for_period = in get_error_bits_for_desired_buf()
1288 comp_based_excess = (LWORD64)((comp_to_bit_mapped - 1) * default_allocation_for_period); in get_error_bits_for_desired_buf()
1355 if(i8_excess_bits < -(default_allocation_for_period * 0.6f)) in get_error_bits_for_desired_buf()
1356 i8_excess_bits = (LWORD64)(-(default_allocation_for_period * 0.6f)); in get_error_bits_for_desired_buf()