Lines Matching refs:pu1_dst
107 UWORD8 *pu1_dst, in ihevc_weighted_pred_uni() argument
128 pu1_dst[col] = CLIP_U8(i4_tmp); in ihevc_weighted_pred_uni()
132 pu1_dst += dst_strd; in ihevc_weighted_pred_uni()
190 UWORD8 *pu1_dst, in ihevc_weighted_pred_chroma_uni() argument
213 pu1_dst[col] = CLIP_U8(i4_tmp); in ihevc_weighted_pred_chroma_uni()
219 pu1_dst[col + 1] = CLIP_U8(i4_tmp); in ihevc_weighted_pred_chroma_uni()
223 pu1_dst += dst_strd; in ihevc_weighted_pred_chroma_uni()
294 UWORD8 *pu1_dst, in ihevc_weighted_pred_bi() argument
319 pu1_dst[col] = CLIP_U8(i4_tmp >> shift); in ihevc_weighted_pred_bi()
324 pu1_dst += dst_strd; in ihevc_weighted_pred_bi()
395 UWORD8 *pu1_dst, in ihevc_weighted_pred_chroma_bi() argument
424 pu1_dst[col] = CLIP_U8(i4_tmp >> shift); in ihevc_weighted_pred_chroma_bi()
430 pu1_dst[col + 1] = CLIP_U8(i4_tmp >> shift); in ihevc_weighted_pred_chroma_bi()
435 pu1_dst += dst_strd; in ihevc_weighted_pred_chroma_bi()
491 UWORD8 *pu1_dst, in ihevc_weighted_pred_bi_default() argument
513 pu1_dst[col] = CLIP_U8(i4_tmp >> shift); in ihevc_weighted_pred_bi_default()
518 pu1_dst += dst_strd; in ihevc_weighted_pred_bi_default()
574 UWORD8 *pu1_dst, in ihevc_weighted_pred_chroma_bi_default() argument
596 pu1_dst[col] = CLIP_U8(i4_tmp >> shift); in ihevc_weighted_pred_chroma_bi_default()
601 pu1_dst += dst_strd; in ihevc_weighted_pred_chroma_bi_default()