Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c4152 pi4_dbf[0] = (WORD32)(ps_rc_ctxt->s_vbv_compliance.f_curr_buffer_level); in ihevce_get_dbf_buffer_size()
4155 ps_rc_ctxt->s_vbv_compliance.f_curr_buffer_level); in ihevce_get_dbf_buffer_size()
5714 ps_rc_ctxt->s_vbv_compliance.f_curr_buffer_level = in ihevce_vbv_compliance_frame_level_update()
5715 ps_rc_ctxt->s_vbv_compliance.f_curr_buffer_level - (float)i4_bits_generated + in ihevce_vbv_compliance_frame_level_update()
5719 ps_rc_ctxt->s_vbv_compliance.f_curr_buffer_level; in ihevce_vbv_compliance_frame_level_update()
5721 if(ps_rc_ctxt->s_vbv_compliance.f_curr_buffer_level < 0) in ihevce_vbv_compliance_frame_level_update()
5723 ps_rc_ctxt->s_vbv_compliance.f_curr_buffer_level = 0; in ihevce_vbv_compliance_frame_level_update()
5726 if(ps_rc_ctxt->s_vbv_compliance.f_curr_buffer_level > in ihevce_vbv_compliance_frame_level_update()
5729 ps_rc_ctxt->s_vbv_compliance.f_curr_buffer_level = in ihevce_vbv_compliance_frame_level_update()
5801 ps_rc_ctxt->s_vbv_compliance.f_curr_buffer_level = in ihevce_vbv_complaince_init_level()
[all …]
Dihevce_rc_structs.h118 float f_curr_buffer_level; member