HomeSort by relevance Sort by last modified time
    Searched full:s2base (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/audio/
FFTFrame.cpp 89 double s2base = interp; local
95 realP[0] = static_cast<float>(s1base * realP1[0] + s2base * realP2[0]);
96 imagP[0] = static_cast<float>(s1base * imagP1[0] + s2base * imagP2[0]);
112 double s2 = s2base;

Completed in 1727 milliseconds