Lines Matching refs:pu1_dma_dst
1023 UWORD8 *pu1_pred, *pu1_dma_dst; in ih264d_motion_compensate_mp() local
1114 pu1_dma_dst = ps_pred->pu1_dma_dest_addr; in ih264d_motion_compensate_mp()
1120 pu1_dma_dst = pu1_dma_dst - (ps_pred->i1_pod_ht * ps_pred->u2_u1_ref_buf_wd); in ih264d_motion_compensate_mp()
1122 ih264d_copy_2d1d(pu1_pred, pu1_dma_dst, u2_frm_wd, u1_dma_wd, in ih264d_motion_compensate_mp()
1146 pu1_dma_dst = ps_pred->pu1_dma_dest_addr; in ih264d_motion_compensate_mp()
1153 pu1_dma_dst -= (ps_pred->i1_pod_ht in ih264d_motion_compensate_mp()
1158 ih264d_copy_2d1d(pu1_pred, pu1_dma_dst, u2_frm_wd, in ih264d_motion_compensate_mp()
1161 pu1_dma_dst += (ps_pred->i1_dma_ht in ih264d_motion_compensate_mp()
1227 pu1_dma_dst = (ps_pred + 1)->pu1_dma_dest_addr; in ih264d_motion_compensate_mp()
1235 pu1_dma_dst -= ((ps_pred + 1)->i1_pod_ht in ih264d_motion_compensate_mp()
1239 ih264d_copy_2d1d(pu1_pred, pu1_dma_dst, u2_frm_wd, in ih264d_motion_compensate_mp()
1241 pu1_dma_dst += ((ps_pred + 1)->i1_dma_ht in ih264d_motion_compensate_mp()