OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:complexFromMagnitudePhase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
Complex.h
39
inline Complex
complexFromMagnitudePhase
(double magnitude, double phase)
47
using WTF::
complexFromMagnitudePhase
;
/external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.cpp
171
Complex c =
complexFromMagnitudePhase
(mag, phaseAccum);
246
Complex c2 =
complexFromMagnitudePhase
(mag, phase);
Completed in 636 milliseconds