Home
last modified time | relevance | path

Searched refs:pu1_dma_dst (Results 1 – 1 of 1) sorted by relevance

/external/libavc/decoder/
Dih264d_inter_pred.c1023 UWORD8 *pu1_pred, *pu1_dma_dst; in ih264d_motion_compensate_mp() local
1113 pu1_dma_dst = ps_pred->pu1_dma_dest_addr; in ih264d_motion_compensate_mp()
1119 pu1_dma_dst = pu1_dma_dst - (ps_pred->i1_pod_ht * ps_pred->u2_u1_ref_buf_wd); in ih264d_motion_compensate_mp()
1121 ih264d_copy_2d1d(pu1_pred, pu1_dma_dst, u2_frm_wd, u1_dma_wd, in ih264d_motion_compensate_mp()
1145 pu1_dma_dst = ps_pred->pu1_dma_dest_addr; in ih264d_motion_compensate_mp()
1152 pu1_dma_dst -= (ps_pred->i1_pod_ht in ih264d_motion_compensate_mp()
1157 ih264d_copy_2d1d(pu1_pred, pu1_dma_dst, u2_frm_wd, in ih264d_motion_compensate_mp()
1160 pu1_dma_dst += (ps_pred->i1_dma_ht in ih264d_motion_compensate_mp()
1226 pu1_dma_dst = (ps_pred + 1)->pu1_dma_dest_addr; in ih264d_motion_compensate_mp()
1234 pu1_dma_dst -= ((ps_pred + 1)->i1_pod_ht in ih264d_motion_compensate_mp()
[all …]