Home | History | Annotate | Download | only in common

Lines Matching refs:pu1_dst

77  * @param[out] pu1_dst
113 UWORD8 *pu1_dst,
241 pu1_dst[0] = CLIP_U8((itrans_out + pu1_pred[0]));
245 pu1_dst[1] = CLIP_U8((itrans_out + pu1_pred[1]));
249 pu1_dst[2] = CLIP_U8((itrans_out + pu1_pred[2]));
253 pu1_dst[3] = CLIP_U8((itrans_out + pu1_pred[3]));
256 pu1_dst += dst_strd;
285 * @param[out] pu1_dst
321 UWORD8 *pu1_dst,
436 pu1_dst[0] = CLIP_U8((itrans_out + pu1_pred[0]));
440 pu1_dst[1] = CLIP_U8((itrans_out + pu1_pred[1]));
444 pu1_dst[2] = CLIP_U8((itrans_out + pu1_pred[2]));
448 pu1_dst[3] = CLIP_U8((itrans_out + pu1_pred[3]));
452 pu1_dst += dst_strd;