OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagp2
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.cpp
86
const float*
imagP2
= frame2.imagData();
99
imagP[0] = static_cast<float>(s1base * imagP1[0] + s2base *
imagP2
[0]);
105
Complex c2(realP2[i],
imagP2
[i]);
261
const float*
imagP2
= frame2.imagData();
267
VectorMath::zvmul(realP1, imagP1, realP2,
imagP2
, realP1, imagP1, halfSize);
271
imagP1[0] = imag0 *
imagP2
[0];
Completed in 196 milliseconds