OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subsample_remainder
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
sinc_resampler.cc
249
const double
subsample_remainder
= virtual_source_idx_ - source_idx;
local
252
subsample_remainder
* kKernelOffsetCount;
/external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler.cc
297
const double
subsample_remainder
= virtual_source_idx_ - source_idx;
300
subsample_remainder
* kKernelOffsetCount;
Completed in 35 milliseconds