Lines Matching refs:pu1_dst

86  * @param[out] pu1_dst
111 UWORD8 *pu1_dst,
126 pu1_dst[col] = pu1_src[col];
130 pu1_dst += dst_strd;
147 * @param[out] pu1_dst
171 UWORD8 *pu1_dst,
184 pu1_dst[col] = pu1_src[col];
188 pu1_dst += dst_strd;
205 * @param[out] pu1_dst
228 UWORD8 *pu1_dst,
253 pu1_dst[col] = CLIP_U8(i2_tmp);
257 pu1_dst += dst_strd;
275 * @param[out] pu1_dst
298 UWORD8 *pu1_dst,
323 pu1_dst[col] = CLIP_U8(i2_tmp);
326 pu1_dst += dst_strd;
344 * \param pu1_dst: Pointer to the destination buffer where the output of
360 * pu1_src while the output is stored in the buffer pointed by pu1_dst.
361 * Both pu1_src and pu1_dst could point to the same buffer i.e. the
367 UWORD8 *pu1_dst,
411 pu1_dst[col] = CLIP_U8(tmp);
414 pu1_dst += dst_strd;
429 * \param pu1_dst: Pointer to the destination buffer where the output of
445 * pu1_src while the output is stored in the buffer pointed by pu1_dst.
446 * Both pu1_src and pu1_dst could point to the same buffer i.e. the
452 UWORD8 *pu1_dst,
468 for(col = 0; col < wd; col++, pu1_src++, pu1_dst++)
480 *pu1_dst = (i2_temp + *pu1_pred1 + 1) >> 1;
484 pu1_dst += dst_strd - wd;
502 * \param pu1_dst: Pointer to the destination buffer where the output of
528 UWORD8 *pu1_dst,
551 for(col = 0; col < wd; col++, pu1_dst++, pu1_src++, pu1_pred1++)
565 *pu1_dst = (i2_temp + *pu1_pred1 + 1) >> 1;
569 pu1_dst += dst_strd - wd;
585 * \param pu1_dst: Pointer to the destination buffer where the output of
611 UWORD8 *pu1_dst,
638 col++, pu1_dst++, pu1_pred_vert++, pu1_pred_horz++)
665 *pu1_dst = (i2_temp_vert + i2_temp_horz + 1) >> 1;
669 pu1_dst += (dst_strd - wd);
686 * \param pu1_dst: Pointer to the destination buffer where the output of
712 UWORD8 *pu1_dst,
730 pu1_dst_tmp = pu1_dst;
763 pu1_dst[col] = CLIP_U8(tmp);
766 pu1_dst += dst_strd;
769 pu1_dst = pu1_dst_tmp;
773 for(col = wd; col != 0; col--, pu1_dst++, pi2_pred1_temp++)
781 *pu1_dst = (*pu1_dst + uc_temp + 1) >> 1;
784 pu1_dst += dst_strd - wd;
801 * \param pu1_dst: Pointer to the destination buffer where the output of
827 UWORD8 *pu1_dst,
849 pu1_dst_tmp = pu1_dst;
875 pu1_dst[col] = CLIP_U8(tmp);
878 pu1_dst += dst_strd;
880 pu1_dst = pu1_dst_tmp;
885 for(col = wd; col != 0; col--, pu1_dst++, pi2_pred1_temp++)
893 *pu1_dst = (*pu1_dst + u1_temp + 1) >> 1;
896 pu1_dst += dst_strd - wd;
922 * @param[out] pu1_dst
932 * integer destination stride of pu1_dst
949 UWORD8 *pu1_dst,
965 pu1_dst[col] = CLIP_U8(i2_tmp);
969 pu1_dst += dst_strd;
987 * @param[out] pu1_dst
1016 UWORD8 *pu1_dst,
1037 pu1_dst[col] = CLIP_U8(i2_tmp);
1040 pu1_dst += dst_strd;