Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Drate_control_api.c1134 float i_to_avg_ratio, in get_frame_level_qp() argument
1209 i_to_avg_ratio, in get_frame_level_qp()
1249 i_to_avg_ratio, in get_frame_level_qp()
3352 float i_to_avg_ratio, in rc_get_qp_for_scd_frame() argument
3380 i_to_avg_ratio, in rc_get_qp_for_scd_frame()
3423 if((i4_cur_est_tot_bits < i4_buf_based_min_bits) && (i_to_avg_ratio > 8.0)) in rc_get_qp_for_scd_frame()
3454 i_to_avg_ratio, in rc_get_qp_for_scd_frame()
3463 i_to_avg_ratio, in rc_get_qp_for_scd_frame()
3651 float i_to_avg_ratio) in rc_get_scene_change_est_header_bits() argument
3663 i_to_avg_ratio, in rc_get_scene_change_est_header_bits()
Drate_control_api.h145 float i_to_avg_ratio,
265 float i_to_avg_ratio,
Dbit_allocation.c1282 float i_to_avg_ratio, in get_cur_frm_est_texture_bits() argument
1536 if(i_to_avg_ratio > I_TO_AVG_REST_GOP_BIT_MAX) in get_cur_frm_est_texture_bits()
1537 i_to_avg_ratio = I_TO_AVG_REST_GOP_BIT_MAX; in get_cur_frm_est_texture_bits()
1539 if(i_to_avg_ratio < I_TO_AVG_REST_GOP_BIT_MIN) in get_cur_frm_est_texture_bits()
1540 i_to_avg_ratio = I_TO_AVG_REST_GOP_BIT_MIN; in get_cur_frm_est_texture_bits()
1549 i_to_avg_ratio, in get_cur_frm_est_texture_bits()
Dbit_allocation.h95 float i_to_avg_ratio,