Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_coarse_me_pass.c517 coarse_me_ctxt_t *ps_thrd0_ctxt; in ihevce_coarse_me_frame_end() local
525 ps_thrd0_ctxt = ps_master_ctxt->aps_me_ctxt[0]; in ihevce_coarse_me_frame_end()
526 coarse_layer_id = ps_thrd0_ctxt->num_layers - 1; in ihevce_coarse_me_frame_end()
527 ps_curr_layer = ps_thrd0_ctxt->ps_curr_descr->aps_layers[coarse_layer_id]; in ihevce_coarse_me_frame_end()
529 e_me_quality_preset = ps_thrd0_ctxt->s_init_prms.s_me_coding_tools.e_me_quality_presets; in ihevce_coarse_me_frame_end()
545 ps_hist_thrd0 = ps_thrd0_ctxt->aps_mv_hist[num_ref]; in ihevce_coarse_me_frame_end()
548 if(ps_thrd0_ctxt->s_frm_prms.is_i_pic == ps_thrd0_ctxt->s_frm_prms.bidir_enabled) in ihevce_coarse_me_frame_end()
553 &ps_thrd0_ctxt->s_coarse_dyn_range_prms.as_dyn_range_prms[i4_layer_id][num_ref]; in ihevce_coarse_me_frame_end()
590 if(ps_thrd0_ctxt->s_frm_prms.is_i_pic == ps_thrd0_ctxt->s_frm_prms.bidir_enabled) in ihevce_coarse_me_frame_end()
613 if(ps_thrd0_ctxt->s_frm_prms.is_i_pic == ps_thrd0_ctxt->s_frm_prms.bidir_enabled) in ihevce_coarse_me_frame_end()
[all …]
Dihevce_me_pass.c993 me_ctxt_t *ps_thrd0_ctxt; in ihevce_me_frame_dpb_update() local
1002 ps_thrd0_ctxt = ps_master_ctxt->aps_me_ctxt[i4_thrd_id]; in ihevce_me_frame_dpb_update()
1004 ps_ctxt = (me_ctxt_t *)ps_thrd0_ctxt; in ihevce_me_frame_dpb_update()
1015 hme_get_active_pocs_list((void *)ps_thrd0_ctxt, ps_master_ctxt->i4_num_me_frm_pllel); in ihevce_me_frame_dpb_update()
1066 ps_thrd0_ctxt, a_pocs_to_remove, i4_least_GOP_num, ps_master_ctxt->i4_num_me_frm_pllel); in ihevce_me_frame_dpb_update()
1127 me_ctxt_t *ps_thrd0_ctxt; in ihevce_me_frame_init() local
1143 ps_thrd0_ctxt = ps_master_ctxt->aps_me_ctxt[i4_thrd_id]; in ihevce_me_frame_init()
1145 ps_ctxt = ps_thrd0_ctxt->aps_me_frm_prms[i4_me_frm_id]; in ihevce_me_frame_init()
1266 ps_thrd0_ctxt->s_init_prms.max_horz_search_range; in ihevce_me_frame_init()
1268 ps_thrd0_ctxt->s_init_prms.max_vert_search_range; in ihevce_me_frame_init()
[all …]