Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_structs.h288 WORD32 i4_pre_enc_qp_write_index; member
Dihevce_rc_interface.c1047 ps_rc_ctxt->i4_pre_enc_qp_write_index = ps_rc_ctxt->i4_pre_enc_rc_delay - 1; in ihevce_rc_init()
1053 for(i = 0; i < (ps_rc_ctxt->i4_pre_enc_qp_write_index); i++) in ihevce_rc_init()
1634 ps_rc_ctxt->as_pre_enc_qp_queue[ps_rc_ctxt->i4_pre_enc_qp_write_index].i4_is_qp_valid == in ihevce_rc_cal_pre_enc_qp()
1642 ps_rc_ctxt->as_pre_enc_qp_queue[ps_rc_ctxt->i4_pre_enc_qp_write_index].ai4_quant[i] = in ihevce_rc_cal_pre_enc_qp()
1647 ps_rc_ctxt->as_pre_enc_qp_queue[ps_rc_ctxt->i4_pre_enc_qp_write_index].i4_scd_qp = in ihevce_rc_cal_pre_enc_qp()
1656 ps_rc_ctxt->as_pre_enc_qp_queue[ps_rc_ctxt->i4_pre_enc_qp_write_index] in ihevce_rc_cal_pre_enc_qp()
1661 ps_rc_ctxt->as_pre_enc_qp_queue[ps_rc_ctxt->i4_pre_enc_qp_write_index].i4_is_qp_valid = 1; in ihevce_rc_cal_pre_enc_qp()
1663 ps_rc_ctxt->i4_pre_enc_qp_write_index = in ihevce_rc_cal_pre_enc_qp()
1664 (ps_rc_ctxt->i4_pre_enc_qp_write_index + 1) % i4_delay_l0_enc; in ihevce_rc_cal_pre_enc_qp()
1921 [(ps_rc_ctxt->i4_pre_enc_qp_write_index + MAX_PRE_ENC_RC_DELAY - 1) % in ihevce_rc_pre_enc_qp_query()