OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDownsample16kHzTbl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dsp_helper.h
29
static const int16_t
kDownsample16kHzTbl
[5];
dsp_helper.cc
50
const int16_t DspHelper::
kDownsample16kHzTbl
[5] = { 614, 819, 1229, 819, 614 };
317
filter_coefficients =
kDownsample16kHzTbl
;
merge.cc
257
filter_coefficients = DspHelper::
kDownsample16kHzTbl
;
expand.cc
726
filter_coefficients = DspHelper::
kDownsample16kHzTbl
;
[
all
...]
Completed in 753 milliseconds