Home
last modified time | relevance | path

Searched refs:eeo (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/common/
Dihevc_chroma_itrans_recon_16x16.c121 WORD32 eee[2], eeo[2]; in ihevc_chroma_itrans_recon_16x16() local
168 eeo[0] = 0; in ihevc_chroma_itrans_recon_16x16()
170 eeo[1] = 0; in ihevc_chroma_itrans_recon_16x16()
176 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16()
177 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16()
217 eeo[0] = 0; in ihevc_chroma_itrans_recon_16x16()
219 eeo[1] = 0; in ihevc_chroma_itrans_recon_16x16()
225 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16()
226 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16()
269 eeo[0] = g_ai2_ihevc_trans_16[4][0] * pi2_tmp[4 * trans_size]; in ihevc_chroma_itrans_recon_16x16()
[all …]
Dihevc_itrans_recon_16x16.c111 WORD32 eee[2], eeo[2]; in ihevc_itrans_recon_16x16() local
158 eeo[0] = 0; in ihevc_itrans_recon_16x16()
160 eeo[1] = 0; in ihevc_itrans_recon_16x16()
166 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16()
167 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16()
208 eeo[0] = 0; in ihevc_itrans_recon_16x16()
210 eeo[1] = 0; in ihevc_itrans_recon_16x16()
216 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16()
217 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16()
260 eeo[0] = g_ai2_ihevc_trans_16[4][0] * pi2_tmp[4 * trans_size]; in ihevc_itrans_recon_16x16()
[all …]
Dihevc_itrans_recon_32x32.c112 WORD32 eee[4], eeo[4]; in ihevc_itrans_recon_32x32() local
162 eeo[0] = 0; in ihevc_itrans_recon_32x32()
163 eeo[1] = 0; in ihevc_itrans_recon_32x32()
164 eeo[2] = 0; in ihevc_itrans_recon_32x32()
165 eeo[3] = 0; in ihevc_itrans_recon_32x32()
179 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32()
180 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32()
222 eeo[0] = 0; in ihevc_itrans_recon_32x32()
223 eeo[1] = 0; in ihevc_itrans_recon_32x32()
224 eeo[2] = 0; in ihevc_itrans_recon_32x32()
[all …]
Dihevc_itrans.c555 WORD32 eee[2], eeo[2]; in ihevc_itrans_16x16() local
598 eeo[0] = g_ai2_ihevc_trans_16[4][0] * pi2_src[4 * src_strd] in ihevc_itrans_16x16()
606 eeo[1] = g_ai2_ihevc_trans_16[4][1] * pi2_src[4 * src_strd] in ihevc_itrans_16x16()
618 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_16x16()
619 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_16x16()
650 WORD32 eee[2], eeo[2]; in ihevc_itrans_16x16() local
773 eeo[0] = temp1 + 47 * pi2_src[4 * src_strd]; in ihevc_itrans_16x16()
774 eeo[1] = temp1 - 119 * pi2_src[12 * src_strd]; in ihevc_itrans_16x16()
782 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_16x16()
783 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_16x16()
[all …]