Searched refs:i4_currEbf (Results 1 – 1 of 1) sorted by relevance
5426 WORD32 i4_vbv_buffer_size, i4_drain_rate, i4_currEbf, i4_maxEbf; in ihevce_ebf_based_rc_correction_to_avoid_overflow() local5436 ps_rc_ctxt->rc_hdl, &i4_vbv_buffer_size, &i4_currEbf, &i4_maxEbf, &i4_drain_rate); in ihevce_ebf_based_rc_correction_to_avoid_overflow()5476 if(((i4_currEbf + i8_grwEbf) > (0.6*i4_vbv_buffer_size)) /*&& in ihevce_ebf_based_rc_correction_to_avoid_overflow()5482 if(((i4_currEbf + i8_grwEbf) < in ihevce_ebf_based_rc_correction_to_avoid_overflow()5535 if((i4_currEbf + i8_grwEbf) > i8_thrsh_for_deltaQP_1) in ihevce_ebf_based_rc_correction_to_avoid_overflow()5542 else if((i4_currEbf + i8_grwEbf) > i8_thrsh_for_deltaQP_2) in ihevce_ebf_based_rc_correction_to_avoid_overflow()5566 if((i4_currEbf + i8_grwEbf) < (0.6 * i4_vbv_buffer_size)) in ihevce_ebf_based_rc_correction_to_avoid_overflow()5578 if((i4_currEbf + i8_grwEbf) > (f_vbv_thrsh_delta_qp * i4_vbv_buffer_size)) in ihevce_ebf_based_rc_correction_to_avoid_overflow()5581 i4_drain_rate + (WORD32)(0.85 * i4_vbv_buffer_size) - i4_currEbf; in ihevce_ebf_based_rc_correction_to_avoid_overflow()5587 MAX((i4_drain_rate + (WORD32)(0.95 * i4_vbv_buffer_size) - i4_currEbf), in ihevce_ebf_based_rc_correction_to_avoid_overflow()[all …]