HomeSort by relevance Sort by last modified time
    Searched refs:twoPiDouble (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.cpp 144 deltaPhase1 -= twoPiDouble;
146 deltaPhase1 += twoPiDouble;
148 deltaPhase2 -= twoPiDouble;
150 deltaPhase2 += twoPiDouble;
156 deltaPhaseBlend = s1 * deltaPhase1 + s2 * (twoPiDouble + deltaPhase2);
158 deltaPhaseBlend = s1 * (twoPiDouble + deltaPhase1) + s2 * deltaPhase2;
166 phaseAccum -= twoPiDouble;
168 phaseAccum += twoPiDouble;
188 const double kSamplePhaseDelay = (twoPiDouble) / double(fftSize());
201 deltaPhase += twoPiDouble;
    [all...]
DownSampler.cpp 76 double window = a0 - a1 * cos(twoPiDouble * x) + a2 * cos(twoPiDouble * 2.0 * x);
UpSampler.cpp 70 double window = a0 - a1 * cos(twoPiDouble * x) + a2 * cos(twoPiDouble * 2.0 * x);
SincResampler.cpp 121 double window = a0 - a1 * std::cos(twoPiDouble * x) + a2 * std::cos(twoPiDouble * 2.0 * x);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
RealtimeAnalyser.cpp 138 double window = a0 - a1 * cos(twoPiDouble * x) + a2 * cos(twoPiDouble * 2.0 * x);
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 52 const double twoPiDouble = piDouble * 2.0;

Completed in 239 milliseconds