Searched refs:x6r (Results 1 – 4 of 4) sorted by relevance
/external/fft2d/src/fft2d/fft2d/ |
D | shrtdct.c | 235 double x4r, x4i, x5r, x5i, x6r, x6i, x7r, x7i; in ddct16x16s() local 252 x6r = a[4][j] - a[11][j]; in ddct16x16s() 282 xr = W16_8R * (x6r - x6i); in ddct16x16s() 283 xi = W16_8R * (x6i + x6r); in ddct16x16s() 284 x6r = x4r - xr; in ddct16x16s() 304 xr = x6r - x7i; in ddct16x16s() 308 xr = x6r + x7i; in ddct16x16s() 326 x6r = a[j][4] - a[j][11]; in ddct16x16s() 356 xr = W16_8R * (x6r - x6i); in ddct16x16s() 357 xi = W16_8R * (x6i + x6r); in ddct16x16s() [all …]
|
D | fftsg.f | 1480 real*8 x5r, x5i, x6r, x6i, x7r, x7i, x8r, x8i local 1493 x6r = a(12) 1531 a(20) = x6r 1546 real*8 a(0 : 15), x1r, x1i, x3r, x3i, x4r, x4i, x6r, x6i local 1553 x6r = a(12) 1557 a(6) = x6r 1567 real*8 x5r, x5i, x6r, x6i, x7r, x7i local 1578 x6r = a(12) 1590 a(10) = x6r
|
D | fftsg.c | 1658 x5r, x5i, x6r, x6i, x7r, x7i, x8r, x8i, in bitrv216neg() local 1672 x6r = a[12]; in bitrv216neg() 1710 a[20] = x6r; in bitrv216neg() 1727 double x1r, x1i, x3r, x3i, x4r, x4i, x6r, x6i; in bitrv208() local 1735 x6r = a[12]; in bitrv208() 1739 a[6] = x6r; in bitrv208() 1751 x5r, x5i, x6r, x6i, x7r, x7i; in bitrv208neg() local 1763 x6r = a[12]; in bitrv208neg() 1775 a[10] = x6r; in bitrv208neg()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 795 WORD32 x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i, x5r, x5i, x6r, x6i, in ixheaacd_imdct_using_fft_dec() local 827 x6r = *data; in ixheaacd_imdct_using_fft_dec() 836 x2r = x2r + x6r; in ixheaacd_imdct_using_fft_dec() 838 x6r = x2r - (x6r << 1); in ixheaacd_imdct_using_fft_dec() 847 x4i = x4i - x6r; in ixheaacd_imdct_using_fft_dec() 848 tmp = x6r; in ixheaacd_imdct_using_fft_dec() 849 x6r = x4r - (x6i << 1); in ixheaacd_imdct_using_fft_dec() 934 x5i = x6r + (ixheaacd_mult32x16lin32(x5i, tmp)); in ixheaacd_imdct_using_fft_dec() 935 x6r = x5i - (x6r << 1); in ixheaacd_imdct_using_fft_dec() 952 *ptr_tmp = -x6r; in ixheaacd_imdct_using_fft_dec() [all …]
|