Searched refs:x5r (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 246 x5r = a[2][j] - a[13][j]; in ddct16x16s() 290 x7r = W16_4R * x5r - W16_4I * x5i; in ddct16x16s() 291 x7i = W16_4R * x5i + W16_4I * x5r; in ddct16x16s() 292 x5r = x7r + xr; in ddct16x16s() 296 xr = x4r + x5r; in ddct16x16s() 300 xr = x4r - x5r; in ddct16x16s() 320 x5r = a[j][2] - a[j][13]; in ddct16x16s() 364 x7r = W16_4R * x5r - W16_4I * x5i; in ddct16x16s() 365 x7i = W16_4R * x5i + W16_4I * x5r; in ddct16x16s() [all …]
|
D | fftsg.c | 1601 x5r, x5i, x7r, x7i, x8r, x8i, x10r, x10i, in bitrv216() local 1612 x5r = a[10]; in bitrv216() 1642 a[20] = x5r; in bitrv216() 1658 x5r, x5i, x6r, x6i, x7r, x7i, x8r, x8i, in bitrv216neg() local 1670 x5r = a[10]; in bitrv216neg() 1702 a[12] = x5r; in bitrv216neg() 1751 x5r, x5i, x6r, x6i, x7r, x7i; in bitrv208neg() local 1761 x5r = a[10]; in bitrv208neg() 1771 a[6] = x5r; in bitrv208neg()
|
D | fftsg.f | 1426 real*8 x5r, x5i, x7r, x7i, x8r, x8i, x10r, x10i local 1436 x5r = a(10) 1466 a(20) = x5r 1480 real*8 x5r, x5i, x6r, x6i, x7r, x7i, x8r, x8i local 1491 x5r = a(10) 1523 a(12) = x5r 1567 real*8 x5r, x5i, x6r, x6i, x7r, x7i local 1576 x5r = a(10) 1586 a(6) = x5r
|
/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 860 x5r = *data; in ixheaacd_imdct_using_fft_dec() 868 x1r = x1r + x5r; in ixheaacd_imdct_using_fft_dec() 870 x5r = x1r - (x5r << 1); in ixheaacd_imdct_using_fft_dec() 883 x5r = x5r + x5i; in ixheaacd_imdct_using_fft_dec() 884 x5i = x5r - (x5i << 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() 896 x5r = x5r << 1; in ixheaacd_imdct_using_fft_dec() 937 x5r = x6i + (ixheaacd_mult32x16lin32(x5r, tmp)); in ixheaacd_imdct_using_fft_dec() [all …]
|