Lines Matching refs:s_subpel_prms
5922 hme_subpel_prms_t s_subpel_prms; in hme_refine() local
6203 s_subpel_prms.ps_search_results_16x16 = &ps_ctxt->as_search_results_16x16[0]; in hme_refine()
6204 s_subpel_prms.ps_search_results_32x32 = &ps_ctxt->as_search_results_32x32[0]; in hme_refine()
6205 s_subpel_prms.ps_search_results_64x64 = &ps_ctxt->s_search_results_64x64; in hme_refine()
6207 s_subpel_prms.i4_num_16x16_candts = ps_refine_prms->i4_num_fpel_results; in hme_refine()
6208 s_subpel_prms.i4_num_32x32_candts = ps_refine_prms->i4_num_32x32_merge_results; in hme_refine()
6209 s_subpel_prms.i4_num_64x64_candts = ps_refine_prms->i4_num_64x64_merge_results; in hme_refine()
6211 s_subpel_prms.i4_num_steps_hpel_refine = ps_refine_prms->i4_num_steps_hpel_refine; in hme_refine()
6212 s_subpel_prms.i4_num_steps_qpel_refine = ps_refine_prms->i4_num_steps_qpel_refine; in hme_refine()
6214 s_subpel_prms.i4_use_satd = ps_refine_prms->i4_use_satd_subpel; in hme_refine()
6216 s_subpel_prms.i4_inp_stride = unit_size; in hme_refine()
6218 s_subpel_prms.u1_max_subpel_candts_2Nx2N = ps_refine_prms->u1_max_subpel_candts_2Nx2N; in hme_refine()
6219 s_subpel_prms.u1_max_subpel_candts_NxN = ps_refine_prms->u1_max_subpel_candts_NxN; in hme_refine()
6220 s_subpel_prms.u1_subpel_candt_threshold = ps_refine_prms->u1_subpel_candt_threshold; in hme_refine()
6222 s_subpel_prms.pf_qpel_interp = ps_me_optimised_function_list->pf_qpel_interp_avg_generic; in hme_refine()
6228 s_subpel_prms.aps_mv_range_hpel[ref_ctr] = &as_range_prms_hpel[ref_ctr]; in hme_refine()
6229 s_subpel_prms.aps_mv_range_qpel[ref_ctr] = &as_range_prms_qpel[ref_ctr]; in hme_refine()
6232 s_subpel_prms.pi2_inp_bck = ps_ctxt->pi2_inp_bck; in hme_refine()
6235 s_subpel_prms.pf_mv_cost_compute = compute_mv_cost_implicit_high_speed; in hme_refine()
6237 s_subpel_prms.pf_mv_cost_compute = compute_mv_cost_implicit_high_speed_modified; in hme_refine()
6239 s_subpel_prms.e_me_quality_presets = e_me_quality_presets; in hme_refine()
6242 s_subpel_prms.bidir_enabled = ps_refine_prms->bidir_enabled; in hme_refine()
6244 s_subpel_prms.u1_num_ref = ps_ctxt->num_ref_future + ps_ctxt->num_ref_past; in hme_refine()
6246 s_subpel_prms.i4_num_act_ref_l0 = ps_ctxt->s_frm_prms.u1_num_active_ref_l0; in hme_refine()
6247 s_subpel_prms.i4_num_act_ref_l1 = ps_ctxt->s_frm_prms.u1_num_active_ref_l1; in hme_refine()
6248 s_subpel_prms.u1_max_num_subpel_refine_centers = in hme_refine()
6255 hme_subpel_prms_t *ps_subpel_prms = &s_subpel_prms; in hme_refine()
7335 s_subpel_prms.u1_is_cu_noisy = u1_is_cu_noisy; in hme_refine()
7605 s_subpel_prms.ps_subpel_refine_ctxt = ps_fullpel_refine_ctxt; in hme_refine()
7779 s_subpel_prms.pu1_wkg_mem = (U08 *)hme_get_wkg_mem( in hme_refine()
7790 s_subpel_prms.i4_ctb_x_off = i4_ctb_x << 6; in hme_refine()
7791 s_subpel_prms.i4_ctb_y_off = i4_ctb_y << 6; in hme_refine()
7794 &s_subpel_prms, in hme_refine()
7834 &s_subpel_prms, in hme_refine()
8015 &s_subpel_prms, in hme_refine()
8316 s_subpel_prms.u1_is_cu_noisy = au1_is_32x32Blk_noisy[0]; in hme_refine()
8322 &s_subpel_prms, in hme_refine()
8420 s_subpel_prms.u1_is_cu_noisy = au1_is_32x32Blk_noisy[1]; in hme_refine()
8426 &s_subpel_prms, in hme_refine()
8524 s_subpel_prms.u1_is_cu_noisy = au1_is_32x32Blk_noisy[2]; in hme_refine()
8530 &s_subpel_prms, in hme_refine()
8629 s_subpel_prms.u1_is_cu_noisy = au1_is_32x32Blk_noisy[3]; in hme_refine()
8635 &s_subpel_prms, in hme_refine()
8741 s_subpel_prms.u1_is_cu_noisy = au1_is_64x64Blk_noisy[0]; in hme_refine()
8747 &s_subpel_prms, in hme_refine()