Searched defs:i4_ref_strd (Results 1 - 2 of 2) sorted by relevance

/external/libavc/encoder/
H A Dih264e_mc.c128 WORD32 i4_ref_strd[4]; local
158 i4_ref_strd[0] = ps_proc->i4_rec_strd;
160 i4_ref_strd[1] = i4_ref_strd[2] = i4_ref_strd[3] =
228 pu1_ref[0] += ((u4_mv_y_full * i4_ref_strd[0]) + u4_mv_x_full);
232 i4_ref_strd[1] = ps_proc->u4_bst_spel_buf_strd;
253 *pi4_pseudo_pred_strd = i4_ref_strd[u4_lkup_idx1];
264 i4_ref_strd[u4_lkup_idx1],
307 WORD32 i4_ref_strd local
[all...]
H A Dime.c113 WORD32 i4_ref_strd = ps_me_ctxt->i4_rec_strd; local
164 pu1_ref = pu1_ref_mb + i2_mvx + (i2_mvy * i4_ref_strd);
168 i4_ref_strd,
295 WORD32 i4_ref_strd = ps_me_ctxt->i4_rec_strd; local
336 pu1_ref = pu1_ref_mb + ps_mv_list[i].i2_mvx + (ps_mv_list[i].i2_mvy * i4_ref_strd);
339 ps_me_ctxt->pf_ime_compute_sad_16x16[u4_enable_fast_sad](pu1_curr_mb, pu1_ref, i4_src_strd, i4_ref_strd, i4_mb_cost_least, &i4_mb_distortion);
477 WORD32 i4_ref_strd = ps_me_ctxt->u4_subpel_buf_strd; local
547 pu1_ref_mb_half_y_temp = pu1_ref_mb_half_y = ps_me_ctxt->apu1_subpel_buffs[1] + 1 + i4_ref_strd;
548 pu1_ref_mb_half_xy_temp = pu1_ref_mb_half_xy = ps_me_ctxt->apu1_subpel_buffs[2] + 1 + i4_ref_strd;
553 i4_src_strd, i4_ref_strd,
[all...]

Completed in 38 milliseconds