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

/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DFFTFrame.cpp90 double s2base = interp; local
96 realP[0] = static_cast<float>(s1base * realP1[0] + s2base * realP2[0]);
97 imagP[0] = static_cast<float>(s1base * imagP1[0] + s2base * imagP2[0]);
113 double s2 = s2base;

Completed in 121 milliseconds