/external/fft2d/src/fft2d/fft2d/ |
D | shrtdct.c | 235 double x4r, x4i, x5r, x5i, x6r, x6i, x7r, x7i; in ddct16x16s() local 242 x4i = a[8][j] - a[7][j]; in ddct16x16s() 285 x6i = x4i - xi; in ddct16x16s() 287 x4i += xi; in ddct16x16s() 297 xi = x5i + x4i; in ddct16x16s() 301 xi = x5i - x4i; in ddct16x16s() 316 x4i = a[j][8] - a[j][7]; in ddct16x16s() 359 x6i = x4i - xi; in ddct16x16s() 361 x4i += xi; in ddct16x16s() 371 xi = x5i + x4i; in ddct16x16s() [all …]
|
D | fftsg.c | 1600 double x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i, in bitrv216() local 1611 x4i = a[9]; in bitrv216() 1631 a[5] = x4i; in bitrv216() 1657 double x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i, in bitrv216neg() local 1669 x4i = a[9]; in bitrv216neg() 1719 a[29] = x4i; in bitrv216neg() 1727 double x1r, x1i, x3r, x3i, x4r, x4i, x6r, x6i; in bitrv208() local 1734 x4i = a[9]; in bitrv208() 1738 a[3] = x4i; in bitrv208() 1750 double x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i, in bitrv208neg() local [all …]
|
D | fftsg.f | 1425 real*8 a(0 : 31), x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i local 1435 x4i = a(9) 1455 a(5) = x4i 1479 real*8 a(0 : 31), x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i local 1490 x4i = a(9) 1540 a(29) = x4i 1546 real*8 a(0 : 15), x1r, x1i, x3r, x3i, x4r, x4i, x6r, x6i local 1552 x4i = a(9) 1556 a(3) = x4i 1566 real*8 a(0 : 15), x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i local [all …]
|
/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 824 x4i = *(data + 1); in ixheaacd_imdct_using_fft_dec() 832 x0i = x0i + x4i; in ixheaacd_imdct_using_fft_dec() 834 x4i = x0i - (x4i << 1); in ixheaacd_imdct_using_fft_dec() 847 x4i = x4i - x6r; in ixheaacd_imdct_using_fft_dec() 850 x6i = x4i + (tmp << 1); in ixheaacd_imdct_using_fft_dec() 931 x7r = x4i + (ixheaacd_mult32x16lin32(x7r, tmp)); in ixheaacd_imdct_using_fft_dec() 932 x4i = x7r - (x4i << 1); in ixheaacd_imdct_using_fft_dec() 949 *(ptr_tmp + 1) = -x4i; in ixheaacd_imdct_using_fft_dec() 977 x4i = *(data + 1); in ixheaacd_imdct_using_fft_dec() [all …]
|
/external/clang/test/SemaTemplate/ |
D | member-template-access-expr.cpp | 92 void f(X4<X3<int> > x4i) { in f() argument 94 x4i.f<X2<sizeof(int)> >(x2); in f()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | member-template-access-expr.cpp | 92 void f(X4<X3<int> > x4i) { in f() argument 94 x4i.f<X2<sizeof(int)> >(x2); in f()
|