Searched refs:i4_deltaQP (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_rc_interface.c | 2086 WORD32 i4_frame_qp, i4_frame_qp_q6, i4_hevc_frame_qp = -1, i4_deltaQP = 0; in ihevce_rc_get_pic_quant() local 3223 i4_deltaQP = ihevce_ebf_based_rc_correction_to_avoid_overflow( in ihevce_rc_get_pic_quant() 3225 i4_hevc_frame_qp += i4_deltaQP; in ihevce_rc_get_pic_quant() 5423 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 5538 i4_deltaQP = in ihevce_ebf_based_rc_correction_to_avoid_overflow() 5544 i4_deltaQP = MIN(1, i4_diffQP); in ihevce_ebf_based_rc_correction_to_avoid_overflow() 5562 i4_deltaQP = 2; in ihevce_ebf_based_rc_correction_to_avoid_overflow() 5589 i4_deltaQP = 2; /* this needs some review, needs to be handled well */ in ihevce_ebf_based_rc_correction_to_avoid_overflow() 5654 i4_deltaQP = 2; /* we dont intend to change QP by more than 2 */ in ihevce_ebf_based_rc_correction_to_avoid_overflow() 5659 i4_deltaQP = 1; in ihevce_ebf_based_rc_correction_to_avoid_overflow() [all …]
|