Lines Matching refs:eo
331 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local
357 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_src[2 * src_strd] in ihevc_itrans_8x8()
359 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_src[2 * src_strd] in ihevc_itrans_8x8()
367 e[0] = ee[0] + eo[0]; in ihevc_itrans_8x8()
368 e[3] = ee[0] - eo[0]; in ihevc_itrans_8x8()
369 e[1] = ee[1] + eo[1]; in ihevc_itrans_8x8()
370 e[2] = ee[1] - eo[1]; in ihevc_itrans_8x8()
410 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local
476 eo[0] = temp1 + 47 * pi2_src[2 * src_strd]; in ihevc_itrans_8x8()
477 eo[1] = temp1 - 119 * pi2_src[6 * src_strd]; in ihevc_itrans_8x8()
483 e[0] = ee[0] + eo[0]; in ihevc_itrans_8x8()
484 e[3] = ee[0] - eo[0]; in ihevc_itrans_8x8()
485 e[1] = ee[1] + eo[1]; in ihevc_itrans_8x8()
486 e[2] = ee[1] - eo[1]; in ihevc_itrans_8x8()
554 WORD32 ee[4], eo[4]; in ihevc_itrans_16x16() local
590 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd] in ihevc_itrans_16x16()
623 e[k] = ee[k] + eo[k]; in ihevc_itrans_16x16()
624 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_16x16()
649 WORD32 ee[4], eo[4]; in ihevc_itrans_16x16() local
759 eo[0] = temp1 + 14 * pi2_src[2 * src_strd] + temp2 in ihevc_itrans_16x16()
761 eo[1] = temp1 - 93 * pi2_src[6 * src_strd] - temp2 in ihevc_itrans_16x16()
766 eo[2] = temp1 - 39 * pi2_src[6 * src_strd] + temp2 in ihevc_itrans_16x16()
768 eo[3] = temp1 - (pi2_src[2 * src_strd] << 5) + temp2 in ihevc_itrans_16x16()
787 e[k] = ee[k] + eo[k]; in ihevc_itrans_16x16()
788 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_16x16()
854 WORD32 ee[8], eo[8]; in ihevc_itrans_32x32() local
907 eo[k] = g_ai2_ihevc_trans_32[2][k] * pi2_src[2 * src_strd] in ihevc_itrans_32x32()
958 e[k] = ee[k] + eo[k]; in ihevc_itrans_32x32()
959 e[k + 8] = ee[7 - k] - eo[7 - k]; in ihevc_itrans_32x32()