OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realP
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.cpp
78
float*
realP
= realData();
96
realP
[0] = static_cast<float>(s1base * realP1[0] + s2base * realP2[0]);
171
realP
[i] = static_cast<float>(c.real());
178
float*
realP
= realData();
191
Complex c(
realP
[i], imagP[i]);
220
realP
[0] = 0.0f;
229
float*
realP
= realData();
238
Complex c(
realP
[i], imagP[i]);
246
realP
[i] = static_cast<float>(c2.real());
255
float*
realP
= frame.realData()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
PeriodicWave.cpp
166
float*
realP
= frame.realData();
171
vsmul(realData, 1, &scale,
realP
, 1, numberOfComponents);
176
realP
[i] = 0;
190
realP
[i] = 0;
198
realP
[0] = 0;
229
float*
realP
= real.data();
233
realP
[0] = 0;
296
realP
[n] = 0;
300
createBandLimitedTables(
realP
, imagP, halfSize);
RealtimeAnalyser.cpp
181
float*
realP
= m_analysisFrame->realData();
199
Complex c(
realP
[i], imagP[i]);
/external/chromium_org/third_party/WebKit/Source/platform/audio/ipp/
FFTFrameIPP.cpp
145
Ipp32f*
realP
= m_realData.data();
147
ippsCplxToReal_32fc(reinterpret_cast<Ipp32fc*>(complexP),
realP
, imagP, m_FFTSize >> 1);
177
Ipp32f*
realP
= m_realData.data();
180
ippsRealToCplx_32f(
realP
, imagP, complexP, len);
Completed in 226 milliseconds