Lines Matching refs:pu1_dst
105 UWORD8 *pu1_dst, in ihevc_chroma_recon_4x4() argument
125 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_chroma_recon_4x4()
132 pu1_dst[j * dst_strd] = in ihevc_chroma_recon_4x4()
137 pu1_dst += 2; in ihevc_chroma_recon_4x4()
188 UWORD8 *pu1_dst, in ihevc_chroma_recon_8x8() argument
208 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_chroma_recon_8x8()
215 pu1_dst[j * dst_strd] = in ihevc_chroma_recon_8x8()
220 pu1_dst += 2; in ihevc_chroma_recon_8x8()
271 UWORD8 *pu1_dst, in ihevc_chroma_recon_16x16() argument
291 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_chroma_recon_16x16()
298 pu1_dst[j * dst_strd] = in ihevc_chroma_recon_16x16()
303 pu1_dst += 2; in ihevc_chroma_recon_16x16()