• Home
  • Raw
  • Download

Lines Matching refs:pi2_src

98 void ihevc_itrans_recon_16x16(WORD16 *pi2_src,  in ihevc_itrans_recon_16x16()  argument
150 o[k] = g_ai2_ihevc_trans_16[1][k] * pi2_src[src_strd] in ihevc_itrans_recon_16x16()
152 * pi2_src[3 * src_strd]; in ihevc_itrans_recon_16x16()
156 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd]; in ihevc_itrans_recon_16x16()
159 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_src[0]; in ihevc_itrans_recon_16x16()
161 eee[1] = g_ai2_ihevc_trans_16[0][1] * pi2_src[0]; in ihevc_itrans_recon_16x16()
182 pi2_src++; in ihevc_itrans_recon_16x16()
391 o[k] = g_ai2_ihevc_trans_16[1][k] * pi2_src[src_strd] in ihevc_itrans_recon_16x16()
393 * pi2_src[3 * src_strd] in ihevc_itrans_recon_16x16()
395 * pi2_src[5 * src_strd] in ihevc_itrans_recon_16x16()
397 * pi2_src[7 * src_strd]; in ihevc_itrans_recon_16x16()
401 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd] in ihevc_itrans_recon_16x16()
403 * pi2_src[6 * src_strd]; in ihevc_itrans_recon_16x16()
405 eeo[0] = g_ai2_ihevc_trans_16[4][0] * pi2_src[4 * src_strd]; in ihevc_itrans_recon_16x16()
406 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_src[0]; in ihevc_itrans_recon_16x16()
407 eeo[1] = g_ai2_ihevc_trans_16[4][1] * pi2_src[4 * src_strd]; in ihevc_itrans_recon_16x16()
408 eee[1] = g_ai2_ihevc_trans_16[0][1] * pi2_src[0]; in ihevc_itrans_recon_16x16()
429 pi2_src++; in ihevc_itrans_recon_16x16()
638 o[k] = g_ai2_ihevc_trans_16[1][k] * pi2_src[src_strd] in ihevc_itrans_recon_16x16()
640 * pi2_src[3 * src_strd] in ihevc_itrans_recon_16x16()
642 * pi2_src[5 * src_strd] in ihevc_itrans_recon_16x16()
644 * pi2_src[7 * src_strd] in ihevc_itrans_recon_16x16()
646 * pi2_src[9 * src_strd] in ihevc_itrans_recon_16x16()
648 * pi2_src[11 * src_strd] in ihevc_itrans_recon_16x16()
650 * pi2_src[13 * src_strd] in ihevc_itrans_recon_16x16()
652 * pi2_src[15 * src_strd]; in ihevc_itrans_recon_16x16()
656 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd] in ihevc_itrans_recon_16x16()
658 * pi2_src[6 * src_strd] in ihevc_itrans_recon_16x16()
660 * pi2_src[10 * src_strd] in ihevc_itrans_recon_16x16()
662 * pi2_src[14 * src_strd]; in ihevc_itrans_recon_16x16()
664 eeo[0] = g_ai2_ihevc_trans_16[4][0] * pi2_src[4 * src_strd] in ihevc_itrans_recon_16x16()
666 * pi2_src[12 * src_strd]; in ihevc_itrans_recon_16x16()
668 g_ai2_ihevc_trans_16[0][0] * pi2_src[0] in ihevc_itrans_recon_16x16()
670 * pi2_src[8 in ihevc_itrans_recon_16x16()
672 eeo[1] = g_ai2_ihevc_trans_16[4][1] * pi2_src[4 * src_strd] in ihevc_itrans_recon_16x16()
674 * pi2_src[12 * src_strd]; in ihevc_itrans_recon_16x16()
676 g_ai2_ihevc_trans_16[0][1] * pi2_src[0] in ihevc_itrans_recon_16x16()
678 * pi2_src[8 in ihevc_itrans_recon_16x16()
700 pi2_src++; in ihevc_itrans_recon_16x16()