Searched defs:imagP1 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrame.cpp83 const float* imagP1 = frame1.imagData(); local
98 imagP[0] = static_cast<float>(s1base * imagP1[0] + s2base * imagP2[0]);
103 Complex c1(realP1[i], imagP1[i]);
258 float* imagP1 = frame1.imagData(); local
264 float imag0 = imagP1[0];
266 VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize);
270 imagP1[0] = imag0 * imagP2[0];

Completed in 48 milliseconds