OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kA2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
sinc_resampler.cc
170
static const double
kA2
= 0.5 * 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
214
static const double
kA2
= 0.5 * kAlpha;
232
kA2
* cos(4.0 * M_PI * x));
Completed in 72 milliseconds