Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/
Dshrtdct.c235 double x4r, x4i, x5r, x5i, x6r, x6i, x7r, x7i; in ddct16x16s() local
260 x7i = a[14][j] - a[1][j]; in ddct16x16s()
288 xr = W16_4I * x7r - W16_4R * x7i; in ddct16x16s()
289 xi = W16_4I * x7i + W16_4R * x7r; in ddct16x16s()
291 x7i = W16_4R * x5i + W16_4I * x5r; in ddct16x16s()
293 x5i = x7i + xi; in ddct16x16s()
295 x7i -= xi; in ddct16x16s()
304 xr = x6r - x7i; in ddct16x16s()
308 xr = x6r + x7i; in ddct16x16s()
334 x7i = a[j][14] - a[j][1]; in ddct16x16s()
[all …]
Dfftsg.c1601 x5r, x5i, x7r, x7i, x8r, x8i, x10r, x10i, in bitrv216() local
1615 x7i = a[15]; in bitrv216()
1651 a[29] = x7i; in bitrv216()
1658 x5r, x5i, x6r, x6i, x7r, x7i, x8r, x8i, in bitrv216neg() local
1675 x7i = a[15]; in bitrv216neg()
1695 a[5] = x7i; in bitrv216neg()
1751 x5r, x5i, x6r, x6i, x7r, x7i; in bitrv208neg() local
1766 x7i = a[15]; in bitrv208neg()
1768 a[3] = x7i; in bitrv208neg()
Dfftsg.f1426 real*8 x5r, x5i, x7r, x7i, x8r, x8i, x10r, x10i local
1439 x7i = a(15)
1475 a(29) = x7i
1480 real*8 x5r, x5i, x6r, x6i, x7r, x7i, x8r, x8i local
1496 x7i = a(15)
1516 a(5) = x7i
1567 real*8 x5r, x5i, x6r, x6i, x7r, x7i local
1581 x7i = a(15)
1583 a(3) = x7i
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c796 x7r, x7i; in ixheaacd_imdct_using_fft_dec() local
865 x7i = *(data + 1); in ixheaacd_imdct_using_fft_dec()
874 x3i = x3i + x7i; in ixheaacd_imdct_using_fft_dec()
876 x7i = x3i - (x7i << 1); in ixheaacd_imdct_using_fft_dec()
886 x7r = x7r + x7i; in ixheaacd_imdct_using_fft_dec()
887 x7i = x7r - (x7i << 1); in ixheaacd_imdct_using_fft_dec()
889 x7i = x5r - x7i; in ixheaacd_imdct_using_fft_dec()
890 x5r = x7i - (x5r << 1); in ixheaacd_imdct_using_fft_dec()
895 x7i = x7i << 1; in ixheaacd_imdct_using_fft_dec()
928 x7i = x4r + (ixheaacd_mult32x16lin32(x7i, tmp)); in ixheaacd_imdct_using_fft_dec()
[all …]