Home | History | Annotate | Download | only in arm

Lines Matching defs:ps_me_ctxt

116         me_ctxt_t *ps_me_ctxt = NULL;
232 ps_me_ctxt = &ps_proc->s_me_ctxt;
233 ps_me_ctxt->pf_ime_compute_sad_16x16[0] = ime_compute_sad_16x16_av8;
234 ps_me_ctxt->pf_ime_compute_sad_16x16[1] = ime_compute_sad_16x16_fast_av8;
235 ps_me_ctxt->pf_ime_compute_sad_16x8 = ime_compute_sad_16x8_av8;
236 ps_me_ctxt->pf_ime_compute_sad4_diamond = ime_calculate_sad4_prog_av8;
237 ps_me_ctxt->pf_ime_compute_sad3_diamond = ime_calculate_sad3_prog_av8;
238 ps_me_ctxt->pf_ime_compute_sad2_diamond = ime_calculate_sad2_prog_av8;
239 ps_me_ctxt->pf_ime_sub_pel_compute_sad_16x16 = ime_sub_pel_compute_sad_16x16_av8;
240 ps_me_ctxt->pf_ime_compute_sad_stat_luma_16x16 = ime_compute_satqd_16x16_lumainter_av8;