Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_structs.h154 WORD32 i4_modelQP; member
Dihevce_rc_interface.c2112 ps_rc_ctxt->s_rc_high_lvl_stat.i4_modelQP = INVALID_QP; in ihevce_rc_get_pic_quant()
2772 &ps_rc_ctxt->s_rc_high_lvl_stat.i4_modelQP, in ihevce_rc_get_pic_quant()
3210 &ps_rc_ctxt->s_rc_high_lvl_stat.i4_modelQP, in ihevce_rc_get_pic_quant()
5417 WORD32 i4_modelQP, i4_clipQP, i4_maxEbfQP, i4_diffQP, i4_is_model_valid, i4_deltaQP = 0; in ihevce_ebf_based_rc_correction_to_avoid_overflow() local
5433 i4_modelQP = ps_rc_ctxt->s_rc_high_lvl_stat.i4_modelQP; in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5468 ASSERT(i4_modelQP != INVALID_QP); in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5486 i4_diffQP = MAX(i4_modelQP - i4_clipQP, 1); in ihevce_ebf_based_rc_correction_to_avoid_overflow()