Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_sub_pic_rc.c461 WORD32 i4_mod_cur_qp, i4_mod_prev_qp; in ihevce_sub_pic_rc_scale_query() local
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()
493 if(i4_mod_cur_qp < i4_mod_prev_qp) in ihevce_sub_pic_rc_scale_query()
495 i4_mod_cur_qp = i4_mod_prev_qp - 1; in ihevce_sub_pic_rc_scale_query()
504 if(i4_mod_cur_qp > i4_mod_prev_qp) in ihevce_sub_pic_rc_scale_query()
506 i4_mod_cur_qp = MIN(i4_mod_prev_qp + 3, i4_mod_cur_qp); in ihevce_sub_pic_rc_scale_query()