Home
last modified time | relevance | path

Searched refs:x2i (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft.c204 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; in cft1st_128_C() local
214 x2i = a[5] + a[7]; in cft1st_128_C()
218 a[1] = x0i + x2i; in cft1st_128_C()
220 a[5] = x0i - x2i; in cft1st_128_C()
231 x2i = a[13] + a[15]; in cft1st_128_C()
235 a[9] = x0i + x2i; in cft1st_128_C()
236 a[12] = x2i - x0i; in cft1st_128_C()
261 x2i = a[j + 5] + a[j + 7]; in cft1st_128_C()
265 a[j + 1] = x0i + x2i; in cft1st_128_C()
267 x0i -= x2i; in cft1st_128_C()
[all …]
/external/svox/pico/lib/
Dpicofftsg.c1397 PICOFFTSG_FFTTYPE x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i, in bitrv216() local
1404 x2i = a[5]; in bitrv216()
1432 a[9] = x2i; in bitrv216()
1454 PICOFFTSG_FFTTYPE x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i, in bitrv216neg() local
1462 x2i = a[5]; in bitrv216neg()
1512 a[25] = x2i; in bitrv216neg()
1547 PICOFFTSG_FFTTYPE x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i, in bitrv208neg() local
1553 x2i = a[5]; in bitrv208neg()
1575 a[13] = x2i; in bitrv208neg()
1710 PICOFFTSG_FFTTYPE x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; in cftb1st() local
[all …]
/external/webrtc/webrtc/common_audio/
Dfft4g.c911 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; in cftfsub() local
932 x2i = a[j2 + 1] + a[j3 + 1]; in cftfsub()
936 a[j + 1] = x0i + x2i; in cftfsub()
938 a[j2 + 1] = x0i - x2i; in cftfsub()
961 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; in cftbsub() local
982 x2i = a[j2 + 1] + a[j3 + 1]; in cftbsub()
986 a[j + 1] = x0i - x2i; in cftbsub()
988 a[j2 + 1] = x0i + x2i; in cftbsub()
1012 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; in cft1st() local
1019 x2i = a[5] + a[7]; in cft1st()
[all …]
/external/clang/test/SemaTemplate/
Ddefault-expr-arguments.cpp104 void test_x2(X2<int> x2i, X2<NotDefaultConstructible> x2n) { in test_x2() argument
105 x2i(); in test_x2()
106 x2i(17); in test_x2()
Ddefault-arguments.cpp74 X2<int> x2i; // expected-note{{in instantiation of template class 'X2<int>' requested here}} variable
/external/deqp/modules/egl/
DteglPreservingSwapTests.cpp218 const int x2i = (int)(((float)px/2.0f) * x2 + (float)ox); in render() local
222 m_gl.scissor(x1i, y1i, x2i-x1i, y2i-y1i); in render()
265 const int x2i = (int)((px/2.0) * x2 + ox); in render() local
272 for (int x = x1i; x <= x2i; x++) in render()
507 const int x2i = (int)(((float)px/2.0f) * postSwapX2 + (float)ox); in iterate() local
514 … to reference", postSwapFramebufferReference, postSwapFramebuffer, x1i, y1i, x2i - x1i, y2i - y1i); in iterate()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dtemplates.cpp146 X2<int> x2i; variable