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

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_rdft.c204 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
214 x2i = a[5] + a[7];
218 a[1] = x0i + x2i;
220 a[5] = x0i - x2i;
231 x2i = a[13] + a[15];
235 a[9] = x0i + x2i;
236 a[12] = x2i - x0i;
261 x2i = a[j + 5] + a[j + 7];
265 a[j + 1] = x0i + x2i;
267 x0i -= x2i;
313 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
436 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
466 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
[all...]
/external/svox/pico/lib/
H A Dpicofftsg.c1397 PICOFFTSG_FFTTYPE x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i, local
1404 x2i = a[5];
1432 a[9] = x2i;
1454 PICOFFTSG_FFTTYPE x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i, local
1462 x2i = a[5];
1512 a[25] = x2i;
1547 PICOFFTSG_FFTTYPE x1r, x1i, x2r, x2i, x3r, x3i, x4r, x4i, local
1553 x2i = a[5];
1575 a[13] = x2i;
1710 PICOFFTSG_FFTTYPE x0r, x0i, x1r, x1i, x2r, x2i, x3 local
2037 PICOFFTSG_FFTTYPE x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
2252 PICOFFTSG_FFTTYPE x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i, y0r, y0i, y2r, y2i; local
2532 x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i, local
2691 x0r, x0i, x1r, x1i, x2r, x2i, local
2873 PICOFFTSG_FFTTYPE wn4r, x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i, local
3007 PICOFFTSG_FFTTYPE x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
3030 PICOFFTSG_FFTTYPE x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
[all...]
/external/webrtc/webrtc/common_audio/
H A Dfft4g.c911 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
932 x2i = a[j2 + 1] + a[j3 + 1];
936 a[j + 1] = x0i + x2i;
938 a[j2 + 1] = x0i - x2i;
961 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
982 x2i = a[j2 + 1] + a[j3 + 1];
986 a[j + 1] = x0i - x2i;
988 a[j2 + 1] = x0i + x2i;
1012 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
1019 x2i
1117 float x0r, x0i, x1r, x1i, x2r, x2i, x3r, x3i; local
[all...]
/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp104 void test_x2(X2<int> x2i, X2<NotDefaultConstructible> x2n) { argument
105 x2i();
106 x2i(17);
H A Ddefault-arguments.cpp74 X2<int> x2i; // expected-note{{in instantiation of template class 'X2<int>' requested here}} variable
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp218 const int x2i = (int)(((float)px/2.0f) * x2 + (float)ox); local
222 m_gl.scissor(x1i, y1i, x2i-x1i, y2i-y1i);
265 const int x2i = (int)((px/2.0) * x2 + ox); local
272 for (int x = x1i; x <= x2i; x++)
507 const int x2i = (int)(((float)px/2.0f) * postSwapX2 + (float)ox); local
514 isOk = isOk && compareToReference(log, "Compare valid are of post-swap framebuffer to reference", "Compare valid area of post-swap framebuffer to reference", postSwapFramebufferReference, postSwapFramebuffer, x1i, y1i, x2i - x1i, y2i - y1i);
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dtemplates.cpp146 X2<int> x2i; member in namespace:NonLocalLambdaInstantation

Completed in 140 milliseconds