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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.cpp 89 double s1base = (1.0 - 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]);
112 double s1 = s1base;

Completed in 32 milliseconds