Searched refs:s_coarse_prms (Results 1 – 2 of 2) sorted by relevance
1042 coarse_prms_t s_coarse_prms; in ihevce_coarse_me_frame_init() local1050 s_coarse_prms.i4_layer_id = layer_id; in ihevce_coarse_me_frame_init()1063 s_coarse_prms.i4_max_iters = i2_max >> log_start_step; in ihevce_coarse_me_frame_init()1064 s_coarse_prms.i4_start_step = 1 << log_start_step; in ihevce_coarse_me_frame_init()1066 s_coarse_prms.i4_num_ref = ps_master_ctxt->s_ref_map.i4_num_ref; in ihevce_coarse_me_frame_init()1067 s_coarse_prms.do_full_search = 1; in ihevce_coarse_me_frame_init()1068 s_coarse_prms.num_results = ps_thrd0_ctxt->max_num_results_coarse; in ihevce_coarse_me_frame_init()1070 hme_coarse_frm_init(ps_thrd0_ctxt, &s_coarse_prms); in ihevce_coarse_me_frame_init()
4563 coarse_prms_t s_coarse_prms; in hme_coarse_process_frm() local4576 s_coarse_prms.i4_layer_id = layer_id; in hme_coarse_process_frm()4589 s_coarse_prms.i4_max_iters = i2_max >> log_start_step; in hme_coarse_process_frm()4590 s_coarse_prms.i4_start_step = 1 << log_start_step; in hme_coarse_process_frm()4592 s_coarse_prms.i4_num_ref = ps_ref_map->i4_num_ref; in hme_coarse_process_frm()4593 s_coarse_prms.do_full_search = 1; in hme_coarse_process_frm()4594 if(s_coarse_prms.do_full_search) in hme_coarse_process_frm()4598 s_coarse_prms.full_search_step = HME_COARSE_STEP_SIZE_HIGH_QUALITY; in hme_coarse_process_frm()4600 s_coarse_prms.full_search_step = HME_COARSE_STEP_SIZE_HIGH_SPEED; in hme_coarse_process_frm()4602 s_coarse_prms.num_results = ps_ctxt->max_num_results_coarse; in hme_coarse_process_frm()[all …]