Lines Matching refs:i4_ref_strd
128 WORD32 i4_ref_strd[4]; in ih264e_motion_comp_luma() local
158 i4_ref_strd[0] = ps_proc->i4_rec_strd; in ih264e_motion_comp_luma()
160 i4_ref_strd[1] = i4_ref_strd[2] = i4_ref_strd[3] = in ih264e_motion_comp_luma()
228 pu1_ref[0] += ((u4_mv_y_full * i4_ref_strd[0]) + u4_mv_x_full); in ih264e_motion_comp_luma()
232 i4_ref_strd[1] = ps_proc->u4_bst_spel_buf_strd; in ih264e_motion_comp_luma()
253 *pi4_pseudo_pred_strd = i4_ref_strd[u4_lkup_idx1]; in ih264e_motion_comp_luma()
264 i4_ref_strd[u4_lkup_idx1], in ih264e_motion_comp_luma()
307 WORD32 i4_ref_strd = ps_proc->i4_rec_strd; in ih264e_motion_comp_chroma() local
363 pu1_ref += ((u4_mv_y * i4_ref_strd) + (u4_mv_x << 1)); in ih264e_motion_comp_chroma()
380 ps_codec->pf_inter_pred_chroma(pu1_ref, pu1_pred, i4_ref_strd, in ih264e_motion_comp_chroma()
425 pu1_ref += ((u4_mv_y * i4_ref_strd) + (u4_mv_x << 1)); in ih264e_motion_comp_chroma()
438 i4_ref_strd, MB_SIZE, u1_dx, in ih264e_motion_comp_chroma()