Lines Matching refs:puc_ref
906 UWORD8 *puc_ref, *pu1_dest_y; in ih264d_motion_compensate_bp() local
931 puc_ref = ps_pred->pu1_y_ref; in ih264d_motion_compensate_bp()
933 puc_ref += 2; in ih264d_motion_compensate_bp()
935 puc_ref += 2 * u2_ref_wd_y; in ih264d_motion_compensate_bp()
946 ps_dec->apf_inter_pred_luma[ps_pred->u1_dydx](puc_ref, pu1_dest_y, in ih264d_motion_compensate_bp()
1009 UWORD8 *puc_ref, *pu1_dest_y, *puc_pred0, *puc_pred1; in ih264d_motion_compensate_mp() local
1073 puc_ref = ps_pred->pu1_dma_dest_addr; in ih264d_motion_compensate_mp()
1078 puc_ref = ps_pred->pu1_y_ref; in ih264d_motion_compensate_mp()
1083 puc_ref += 2; in ih264d_motion_compensate_mp()
1085 puc_ref += 2 * u2_ref_wd_y; in ih264d_motion_compensate_mp()
1126 ps_dec->apf_inter_pred_luma[ps_pred->u1_dydx](puc_ref, pu1_dest_y, in ih264d_motion_compensate_mp()