Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Drate_control_api.c1222 WORD32 i4_max_ebf = (WORD32)(i4_vbv_size * MAX_THRESHOLD_VBV_FRM_ERROR); in get_frame_level_qp() local
1229 if(i4_expected_ebf > i4_max_ebf) in get_frame_level_qp()
1232 i4_drain_rate, (i4_total_bits_allocted - (i4_expected_ebf - i4_max_ebf))); in get_frame_level_qp()
1546 i4_max_ebf = i4_ebf + i4_buf_based_max_bits; in get_frame_level_qp() local
1549 float f_buffer_fullness = (float)i4_ebf / i4_max_ebf; in get_frame_level_qp()
1551 i4_clip_flag = i4_clip_flag && (i4_ebf < (i4_max_ebf * 0.5f)); in get_frame_level_qp()
3394 WORD32 i4_max_ebf = (WORD32)(i4_vbv_size * MAX_THRESHOLD_VBV_FRM_ERROR); in rc_get_qp_for_scd_frame() local
3401 if(i4_expected_ebf > i4_max_ebf) in rc_get_qp_for_scd_frame()
3404 MAX(i4_drain_rate, (i4_total_bits_allocted - (i4_expected_ebf - i4_max_ebf))); in rc_get_qp_for_scd_frame()
Dbit_allocation.h260 WORD32 i4_max_ebf,
Dbit_allocation.c2619 WORD32 i4_max_ebf, in rc_update_bit_distribution_gop_level_2pass() argument