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

  /external/chromium_org/media/base/
sinc_resampler.cc 168 static const double kA0 = 0.5 * (1.0 - kAlpha);
187 kA0 - kA1 * cos(2.0 * M_PI * x) + kA2 * cos(4.0 * M_PI * x);
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler.cc 212 static const double kA0 = 0.5 * (1.0 - kAlpha);
231 const float window = static_cast<float>(kA0 - kA1 * cos(2.0 * M_PI * x) +

Completed in 718 milliseconds