Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_me_pass.c1174 me_frm_ctxt_t *ps_me_tmp_frm_ctxt; in ihevce_me_frame_init() local
1178 ps_me_tmp_frm_ctxt = ps_thrd_ctxt->aps_me_frm_prms[i4_me_frm_id]; in ihevce_me_frame_init()
1181 ps_me_tmp_frm_ctxt->i4_l0me_qp_mod = ps_stat_prms->s_config_prms.i4_cu_level_rc & 1; in ihevce_me_frame_init()
1184 ps_me_tmp_frm_ctxt->s_mc_ctxt.ps_ref_list = aps_ref_list; in ihevce_me_frame_init()
1185 ps_me_tmp_frm_ctxt->s_mc_ctxt.i1_weighted_pred_flag = in ihevce_me_frame_init()
1187 ps_me_tmp_frm_ctxt->s_mc_ctxt.i1_weighted_bipred_flag = in ihevce_me_frame_init()
1189 ps_me_tmp_frm_ctxt->s_mc_ctxt.i4_log2_luma_wght_denom = in ihevce_me_frame_init()
1191 ps_me_tmp_frm_ctxt->s_mc_ctxt.i4_log2_chroma_wght_denom = in ihevce_me_frame_init()
1193 ps_me_tmp_frm_ctxt->s_mc_ctxt.i4_bit_depth = 8; in ihevce_me_frame_init()
1194 ps_me_tmp_frm_ctxt->s_mc_ctxt.u1_chroma_array_type = 1; in ihevce_me_frame_init()
[all …]