Lines Matching refs:pu1_pred
111 UWORD8 *pu1_pred, in ihevc_iquant_itrans_recon_4x4_ttype1() argument
241 pu1_dst[0] = CLIP_U8((itrans_out + pu1_pred[0])); in ihevc_iquant_itrans_recon_4x4_ttype1()
245 pu1_dst[1] = CLIP_U8((itrans_out + pu1_pred[1])); in ihevc_iquant_itrans_recon_4x4_ttype1()
249 pu1_dst[2] = CLIP_U8((itrans_out + pu1_pred[2])); in ihevc_iquant_itrans_recon_4x4_ttype1()
253 pu1_dst[3] = CLIP_U8((itrans_out + pu1_pred[3])); in ihevc_iquant_itrans_recon_4x4_ttype1()
255 pu1_pred += pred_strd; in ihevc_iquant_itrans_recon_4x4_ttype1()
319 UWORD8 *pu1_pred, in ihevc_iquant_itrans_recon_4x4() argument
436 pu1_dst[0] = CLIP_U8((itrans_out + pu1_pred[0])); in ihevc_iquant_itrans_recon_4x4()
440 pu1_dst[1] = CLIP_U8((itrans_out + pu1_pred[1])); in ihevc_iquant_itrans_recon_4x4()
444 pu1_dst[2] = CLIP_U8((itrans_out + pu1_pred[2])); in ihevc_iquant_itrans_recon_4x4()
448 pu1_dst[3] = CLIP_U8((itrans_out + pu1_pred[3])); in ihevc_iquant_itrans_recon_4x4()
451 pu1_pred += pred_strd; in ihevc_iquant_itrans_recon_4x4()