Home | History | Annotate | Download | only in common

Lines Matching refs:ps_ctxt

141     ctxt_t *ps_ctxt;
150 ps_ctxt = (ctxt_t *)pv_ctxt;
155 ps_ctxt->s_params = *ps_params;
160 ps_ctxt->s_params.i4_cur_fld_top = 1;
161 ps_ctxt->s_params.e_mode = IDEINT_MODE_SPATIAL;
162 ps_ctxt->s_params.e_arch = ideint_default_arch();
163 ps_ctxt->s_params.e_soc = ICV_SOC_GENERIC;
164 ps_ctxt->s_params.i4_disable_weave = 0;
165 ps_ctxt->s_params.pf_aligned_alloc = NULL;
166 ps_ctxt->s_params.pf_aligned_free = NULL;
176 ps_ctxt->ai4_vrnc_avg_fb[0] = VAR_AVG_LUMA;
177 ps_ctxt->ai4_vrnc_avg_fb[1] = VAR_AVG_CHROMA;
178 ps_ctxt->ai4_vrnc_avg_fb[2] = VAR_AVG_CHROMA;
180 ideint_init_function_ptr(ps_ctxt);
189 if(IDEINT_MODE_WEAVE == ps_ctxt->s_params.e_mode)
191 if(0 == ps_ctxt->s_params.i4_disable_weave)
193 if(ps_ctxt->s_params.i4_cur_fld_top)
242 if(ps_ctxt->s_params.i4_cur_fld_top)
267 if(ps_ctxt->s_params.i4_cur_fld_top)
324 sad = ps_ctxt->pf_sad_8x4(pu1_prv, pu1_bot, cur_strd,
330 vrnc = ps_ctxt->pf_variance_8x4(pu1_top, cur_strd, BLK_WD,
345 cac = ps_ctxt->pf_cac_8x8(pu1_top, pu1_bot, cur_strd, cur_strd);
365 if(0 == ps_ctxt->s_params.i4_disable_weave)
386 ps_ctxt->pf_spatial_filter(pu1_dst_top, pu1_dst + dst_strd,
393 ps_ctxt->pf_spatial_filter(pu1_top, pu1_dst + dst_strd,