Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Drate_control_api.c1739 WORD32 i4_temp_bits = (i4_min_bits + i4_max_bits) >> 1; in get_bits_for_final_qp() local
1752 i4_temp_bits, in get_bits_for_final_qp()
1759 *pi8_bits_from_finalQP = i4_temp_bits + i4_cur_est_header_bits; in get_bits_for_final_qp()
1765 i4_max_bits = i4_temp_bits; in get_bits_for_final_qp()
1769 i4_min_bits = i4_temp_bits; in get_bits_for_final_qp()
1771 i4_temp_bits = (i4_min_bits + i4_max_bits) >> 1; in get_bits_for_final_qp()