Searched refs:i4_prev_qs (Results 1 – 1 of 1) sorted by relevance
412 WORD32 i4_mod_qp, i4_prev_qs; in ihevce_sub_pic_rc_scale_query() local425 i4_prev_qs = in ihevce_sub_pic_rc_scale_query()481 if(i4_prev_qs > ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale) in ihevce_sub_pic_rc_scale_query()483 i4_prev_qs = ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale; in ihevce_sub_pic_rc_scale_query()485 else if(i4_prev_qs < ps_ctxt->ps_rc_quant_ctxt->i2_min_qscale) in ihevce_sub_pic_rc_scale_query()487 i4_prev_qs = ps_ctxt->ps_rc_quant_ctxt->i2_min_qscale; in ihevce_sub_pic_rc_scale_query()490 i4_mod_prev_qp = ps_ctxt->ps_rc_quant_ctxt->pi4_qscale_to_qp[i4_prev_qs]; in ihevce_sub_pic_rc_scale_query()