Lines Matching refs:pu1_dst
87 UWORD8 *pu1_dst,
102 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++)
103 *pu1_dst = (*pu1_src1 + *pu1_src2 + 1) >> 1;
107 pu1_dst += dst_strd;
142 UWORD8 *pu1_dst,
159 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++)
160 *pu1_dst = (*pu1_src1 + *pu1_src2 + 1) >> 1;
164 pu1_dst += dst_strd;
200 UWORD8 *pu1_dst,
222 for(j = 0; j < wd; j++, pu1_src++, pu1_dst++)
223 *pu1_dst = CLIP_U8((wt * (*pu1_src) + i_ofst) >> log_wd);
226 pu1_dst += dst_strd;
233 for(j = 0; j < wd; j++, pu1_src++, pu1_dst++)
234 *pu1_dst = CLIP_U8(wt * (*pu1_src) + ofst);
237 pu1_dst += dst_strd;
274 UWORD8 *pu1_dst,
303 for(j = 0; j < wd; j++, pu1_src++, pu1_dst++)
305 *pu1_dst = CLIP_U8((wt_u * (*pu1_src) + ofst_u) >> log_wd);
307 pu1_dst++;
308 *pu1_dst = CLIP_U8((wt_v * (*pu1_src) + ofst_v) >> log_wd);
311 pu1_dst += dst_strd;
318 for(j = 0; j < wd; j++, pu1_src++, pu1_dst++)
320 *pu1_dst = CLIP_U8(wt_u * (*pu1_src) + ofst_u);
322 pu1_dst++;
323 *pu1_dst = CLIP_U8(wt_v * (*pu1_src) + ofst_v);
326 pu1_dst += dst_strd;
368 UWORD8 *pu1_dst,
398 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++)
399 *pu1_dst = CLIP_U8((wt1 * (*pu1_src1) + wt2 * (*pu1_src2) + ofst) >> shft);
403 pu1_dst += dst_strd;
444 UWORD8 *pu1_dst,
483 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++)
485 *pu1_dst = CLIP_U8((wt1_u * (*pu1_src1) + wt2_u * (*pu1_src2) + ofst_u) >> shft);
488 pu1_dst++;
489 *pu1_dst = CLIP_U8((wt1_v * (*pu1_src1) + wt2_v * (*pu1_src2) + ofst_v) >> shft);
493 pu1_dst += dst_strd;