Lines Matching refs:pred_strd
112 WORD32 pred_strd, in ihevc_iquant_recon_4x4_ttype1() argument
140 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_iquant_recon_4x4_ttype1()
154 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_iquant_recon_4x4_ttype1()
224 WORD32 pred_strd, in ihevc_iquant_recon_4x4() argument
252 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_iquant_recon_4x4()
265 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_iquant_recon_4x4()
335 WORD32 pred_strd, in ihevc_iquant_recon_8x8() argument
363 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_iquant_recon_8x8()
376 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_iquant_recon_8x8()
446 WORD32 pred_strd, in ihevc_iquant_recon_16x16() argument
475 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_iquant_recon_16x16()
488 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_iquant_recon_16x16()
558 WORD32 pred_strd, in ihevc_iquant_recon_32x32() argument
586 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_iquant_recon_32x32()
599 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_iquant_recon_32x32()