• Home
  • Raw
  • Download

Lines Matching refs:i4_ref_strd

113     WORD32 i4_ref_strd = ps_me_ctxt->i4_rec_strd;  in ime_diamond_search_16x16()  local
164 pu1_ref = pu1_ref_mb + i2_mvx + (i2_mvy * i4_ref_strd); in ime_diamond_search_16x16()
168 i4_ref_strd, in ime_diamond_search_16x16()
295 WORD32 i4_ref_strd = ps_me_ctxt->i4_rec_strd; in ime_evaluate_init_srchposn_16x16() local
336 pu1_ref = pu1_ref_mb + ps_mv_list[i].i2_mvx + (ps_mv_list[i].i2_mvy * i4_ref_strd); in ime_evaluate_init_srchposn_16x16()
339 …mpute_sad_16x16[u4_enable_fast_sad](pu1_curr_mb, pu1_ref, i4_src_strd, i4_ref_strd, i4_mb_cost_lea… in ime_evaluate_init_srchposn_16x16()
477 WORD32 i4_ref_strd = ps_me_ctxt->u4_subpel_buf_strd; in ime_sub_pel_motion_estimation_16x16() local
547 pu1_ref_mb_half_y_temp = pu1_ref_mb_half_y = ps_me_ctxt->apu1_subpel_buffs[1] + 1 + i4_ref_strd; in ime_sub_pel_motion_estimation_16x16()
548 … pu1_ref_mb_half_xy_temp = pu1_ref_mb_half_xy = ps_me_ctxt->apu1_subpel_buffs[2] + 1 + i4_ref_strd; in ime_sub_pel_motion_estimation_16x16()
553 i4_src_strd, i4_ref_strd, in ime_sub_pel_motion_estimation_16x16()
615 ps_me_ctxt->apu1_subpel_buffs[1] = pu1_ref_mb_half_y_temp - i*(i4_ref_strd); in ime_sub_pel_motion_estimation_16x16()
616 pu1_best_hpel_buf = pu1_ref_mb_half_y_temp - i*(i4_ref_strd); in ime_sub_pel_motion_estimation_16x16()
652 ps_me_ctxt->apu1_subpel_buffs[2] = pu1_ref_mb_half_xy_temp - j*(i4_ref_strd) - i; in ime_sub_pel_motion_estimation_16x16()
653 pu1_best_hpel_buf = pu1_ref_mb_half_xy_temp - j*(i4_ref_strd) - i; in ime_sub_pel_motion_estimation_16x16()