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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrame.cpp153 double deltaPhaseBlend; local
156 deltaPhaseBlend = s1 * deltaPhase1 + s2 * (twoPiDouble + deltaPhase2);
158 deltaPhaseBlend = s1 * (twoPiDouble + deltaPhase1) + s2 * deltaPhase2;
160 deltaPhaseBlend = s1 * deltaPhase1 + s2 * deltaPhase2;
162 phaseAccum += deltaPhaseBlend;

Completed in 108 milliseconds