OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subsample_offset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
sinc_resampler.cc
176
const float
subsample_offset
=
local
181
const float pre_sinc = M_PI * (i - kKernelSize / 2 -
subsample_offset
);
185
const float x = (i -
subsample_offset
) / kKernelSize;
/external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler.cc
220
const float
subsample_offset
=
226
static_cast<float>(M_PI * (i - kKernelSize / 2 -
subsample_offset
));
230
const float x = (i -
subsample_offset
) / kKernelSize;
Completed in 175 milliseconds