Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c5420 WORD32 i4_vbv_buffer_size, i4_drain_rate, i4_currEbf, i4_maxEbf; in ihevce_ebf_based_rc_correction_to_avoid_overflow() local
5430 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()
5470 if(((i4_currEbf + i8_grwEbf) > (0.6*i4_vbv_buffer_size)) /*&& in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5483 LWORD64 i8_thrsh_for_deltaQP_2 = i4_vbv_buffer_size, in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5484 i8_thrsh_for_deltaQP_1 = i4_vbv_buffer_size; in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5493 (LWORD64)(f_thrsh_i_pic_delta_qp_1 * i4_vbv_buffer_size); in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5495 (LWORD64)(f_thrsh_i_pic_delta_qp_2 * i4_vbv_buffer_size); in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5501 (LWORD64)(f_thrsh_p_pic_delta_qp_1 * i4_vbv_buffer_size); in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5503 (LWORD64)(f_thrsh_p_pic_delta_qp_2 * i4_vbv_buffer_size); in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5511 (LWORD64)(f_thrsh_br_pic_delta_qp_1 * i4_vbv_buffer_size); in ihevce_ebf_based_rc_correction_to_avoid_overflow()
[all …]