Lines Matching refs:pu1_pred
95 UWORD8 *pu1_pred, in ihevc_recon_4x4_ttype1() argument
116 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_4x4_ttype1()
124 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_4x4_ttype1()
129 pu1_pred++; in ihevc_recon_4x4_ttype1()
177 UWORD8 *pu1_pred, in ihevc_recon_4x4() argument
198 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_4x4()
206 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_4x4()
211 pu1_pred++; in ihevc_recon_4x4()
259 UWORD8 *pu1_pred, in ihevc_recon_8x8() argument
280 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_8x8()
288 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_8x8()
293 pu1_pred++; in ihevc_recon_8x8()
341 UWORD8 *pu1_pred, in ihevc_recon_16x16() argument
362 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_16x16()
370 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_16x16()
375 pu1_pred++; in ihevc_recon_16x16()
423 UWORD8 *pu1_pred, in ihevc_recon_32x32() argument
444 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_32x32()
452 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_32x32()
457 pu1_pred++; in ihevc_recon_32x32()