Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_interface.c3988 S32 ref_id_lc, idx; in hme_process_frm_init() local
3992 ref_id_lc = ps_ref_desc->i1_ref_id_lc; in hme_process_frm_init()
4022 ps_ctxt->ai4_ref_idx_to_poc_lc[ref_id_lc] = ps_ref_desc->i4_poc; in hme_process_frm_init()
4026 ps_ctxt->a_ref_idx_lc_to_l0[ref_id_lc] = ps_ref_desc->i1_ref_id_l0; in hme_process_frm_init()
4027 ps_ctxt->a_ref_idx_lc_to_l1[ref_id_lc] = ps_ref_desc->i1_ref_id_l1; in hme_process_frm_init()
4030 ps_ctxt->au1_is_past[ref_id_lc] = 1; in hme_process_frm_init()
4031 ps_ctxt->ai1_past_list[ps_ctxt->num_ref_past] = ref_id_lc; in hme_process_frm_init()
4036 ps_ctxt->au1_is_past[ref_id_lc] = 0; in hme_process_frm_init()
4037 ps_ctxt->ai1_future_list[ps_ctxt->num_ref_future] = ref_id_lc; in hme_process_frm_init()
4044 ps_ctxt->s_wt_pred.a_wpred_wt[ref_id_lc] = ps_ref_desc->i2_weight; in hme_process_frm_init()
[all …]
Dihevce_me_pass.h314 WORD32 ref_id_lc,
Dihevce_me_pass.c732 WORD32 ref_id_lc, in ihevc_me_update_ref_desc() argument
772 ps_ref_desc->i1_ref_id_lc = ref_id_lc; in ihevc_me_update_ref_desc()