Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c1229 i_to_rest_bit_ratio; in ihevce_rc_get_bpp_based_frame_qp() local
1359 i_to_rest_bit_ratio = (float)((complexity[I_PIC]) / den); in ihevce_rc_get_bpp_based_frame_qp()
1361 i_to_rest_bit_ratio = 15; in ihevce_rc_get_bpp_based_frame_qp()
1372 (float)i_to_rest_bit_ratio, in ihevce_rc_get_bpp_based_frame_qp()
3314 float i_to_rest_bit_ratio = 8.00; in ihevce_get_i_to_avg_ratio() local
3343 return i_to_rest_bit_ratio; in ihevce_get_i_to_avg_ratio()
3570 i_to_rest_bit_ratio = (float)((complexity[I_PIC]) / den); in ihevce_get_i_to_avg_ratio()
3572 i_to_rest_bit_ratio = 15; in ihevce_get_i_to_avg_ratio()
3579 if(i_to_rest_bit_ratio > 12) in ihevce_get_i_to_avg_ratio()
3580 i_to_rest_bit_ratio = 12; in ihevce_get_i_to_avg_ratio()
[all …]