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 90 double s1base = (1.0 - interp); local
97 realP[0] = static_cast<float>(s1base * realP1[0] + s2base * realP2[0]);
98 imagP[0] = static_cast<float>(s1base * imagP1[0] + s2base * imagP2[0]);
113 double s1 = s1base;

Completed in 294 milliseconds