Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c1051 ps_rc_ctxt->as_pre_enc_qp_queue[i].i4_is_qp_valid = -1; in ihevce_rc_init()
1056 ps_rc_ctxt->as_pre_enc_qp_queue[i].i4_is_qp_valid = 1; in ihevce_rc_init()
1059 ps_rc_ctxt->as_pre_enc_qp_queue[i].ai4_quant[j] = in ihevce_rc_init()
1061 ps_rc_ctxt->as_pre_enc_qp_queue[i].i4_scd_qp = 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()
1886 ps_rc_ctxt->as_pre_enc_qp_queue[ps_rc_ctxt->i4_pre_enc_qp_read_index].i4_is_qp_valid == in ihevce_rc_pre_enc_qp_query()
[all …]
Dihevce_rc_structs.h271 pre_enc_qp_queue as_pre_enc_qp_queue[MAX_PRE_ENC_RC_DELAY]; member