Lines Matching refs:pi2_src
98 void ihevc_itrans_recon_8x8(WORD16 *pi2_src, in ihevc_itrans_recon_8x8() argument
150 o[k] = g_ai2_ihevc_trans_8[1][k] * pi2_src[src_strd] in ihevc_itrans_recon_8x8()
152 * pi2_src[3 * src_strd]; in ihevc_itrans_recon_8x8()
154 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_src[2 * src_strd]; in ihevc_itrans_recon_8x8()
155 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_src[2 * src_strd]; in ihevc_itrans_recon_8x8()
156 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0]; in ihevc_itrans_recon_8x8()
157 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0]; in ihevc_itrans_recon_8x8()
172 pi2_src++; in ihevc_itrans_recon_8x8()
288 o[k] = g_ai2_ihevc_trans_8[1][k] * pi2_src[src_strd] in ihevc_itrans_recon_8x8()
290 * pi2_src[3 * src_strd] in ihevc_itrans_recon_8x8()
292 * pi2_src[5 * src_strd] in ihevc_itrans_recon_8x8()
294 * pi2_src[7 * src_strd]; in ihevc_itrans_recon_8x8()
297 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_src[2 * src_strd] in ihevc_itrans_recon_8x8()
298 + g_ai2_ihevc_trans_8[6][0] * pi2_src[6 * src_strd]; in ihevc_itrans_recon_8x8()
299 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_src[2 * src_strd] in ihevc_itrans_recon_8x8()
300 + g_ai2_ihevc_trans_8[6][1] * pi2_src[6 * src_strd]; in ihevc_itrans_recon_8x8()
301 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0] in ihevc_itrans_recon_8x8()
302 + g_ai2_ihevc_trans_8[4][0] * pi2_src[4 * src_strd]; in ihevc_itrans_recon_8x8()
303 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0] in ihevc_itrans_recon_8x8()
304 + g_ai2_ihevc_trans_8[4][1] * pi2_src[4 * src_strd]; in ihevc_itrans_recon_8x8()
319 pi2_src++; in ihevc_itrans_recon_8x8()