Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dcbr_buffer_control.c1211 float comp_to_bit_mapped, X; in get_error_bits_for_desired_buf() local
1228 comp_to_bit_mapped = COMP_TO_BITS_MAP_2_PASS(X, 1.0f); in get_error_bits_for_desired_buf()
1230 comp_to_bit_mapped = COMP_TO_BITS_MAP(X, 1.0f); in get_error_bits_for_desired_buf()
1232 comp_to_bit_mapped *= 10; //mapping it to absolute peak bitrate 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()