Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c1425 ihevce_rc_get_pre_enc_pic_quant(void *pv_ctxt, picture_type_e rc_pic_type, WORD32 *pi4_scd_qp) in ihevce_rc_get_pre_enc_pic_quant() argument
1503 *pi4_scd_qp = ihevce_rc_get_scaled_hevc_qp_from_qs_q3( in ihevce_rc_get_pre_enc_pic_quant()
1505 *pi4_scd_qp = *pi4_scd_qp + ps_rc_ctxt->ps_rc_quant_ctxt->i1_qp_offset; in ihevce_rc_get_pre_enc_pic_quant()
1506 if(*pi4_scd_qp > ps_rc_ctxt->ps_rc_quant_ctxt->i2_max_qp) in ihevce_rc_get_pre_enc_pic_quant()
1507 *pi4_scd_qp = ps_rc_ctxt->ps_rc_quant_ctxt->i2_max_qp; in ihevce_rc_get_pre_enc_pic_quant()
1512 *pi4_scd_qp = i4_hevc_frame_qp; in ihevce_rc_get_pre_enc_pic_quant()