Lines Matching refs:pred_strd
98 WORD32 pred_strd, 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()
180 WORD32 pred_strd, 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()
262 WORD32 pred_strd, 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()
344 WORD32 pred_strd, 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()
426 WORD32 pred_strd, 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()