Lines Matching refs:pi2_src
99 void ihevc_itrans_recon_4x4_ttype1(WORD16 *pi2_src, in ihevc_itrans_recon_4x4_ttype1() argument
133 c[0] = pi2_src[0] + pi2_src[2 * src_strd]; in ihevc_itrans_recon_4x4_ttype1()
134 c[1] = pi2_src[2 * src_strd] + pi2_src[3 * src_strd]; in ihevc_itrans_recon_4x4_ttype1()
135 c[2] = pi2_src[0] - pi2_src[3 * src_strd]; in ihevc_itrans_recon_4x4_ttype1()
136 c[3] = 74 * pi2_src[src_strd]; in ihevc_itrans_recon_4x4_ttype1()
143 … CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> shift); in ihevc_itrans_recon_4x4_ttype1()
147 pi2_src++; in ihevc_itrans_recon_4x4_ttype1()
234 void ihevc_itrans_recon_4x4(WORD16 *pi2_src, in ihevc_itrans_recon_4x4() argument
271 o[0] = g_ai2_ihevc_trans_4[1][0] * pi2_src[src_strd] in ihevc_itrans_recon_4x4()
272 + g_ai2_ihevc_trans_4[3][0] * pi2_src[3 * src_strd]; in ihevc_itrans_recon_4x4()
273 o[1] = g_ai2_ihevc_trans_4[1][1] * pi2_src[src_strd] in ihevc_itrans_recon_4x4()
274 + g_ai2_ihevc_trans_4[3][1] * pi2_src[3 * src_strd]; in ihevc_itrans_recon_4x4()
275 e[0] = g_ai2_ihevc_trans_4[0][0] * pi2_src[0] in ihevc_itrans_recon_4x4()
276 + g_ai2_ihevc_trans_4[2][0] * pi2_src[2 * src_strd]; in ihevc_itrans_recon_4x4()
277 e[1] = g_ai2_ihevc_trans_4[0][1] * pi2_src[0] in ihevc_itrans_recon_4x4()
278 + g_ai2_ihevc_trans_4[2][1] * pi2_src[2 * src_strd]; in ihevc_itrans_recon_4x4()
290 pi2_src++; in ihevc_itrans_recon_4x4()