Searched refs:i_to_avg_ratio (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/encoder/ |
D | rate_control_api.c | 1134 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()
|
D | rate_control_api.h | 145 float i_to_avg_ratio, 265 float i_to_avg_ratio,
|
D | bit_allocation.c | 1282 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()
|
D | bit_allocation.h | 95 float i_to_avg_ratio,
|