OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDownsample8kHzTbl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dsp_helper.h
28
static const int16_t
kDownsample8kHzTbl
[3];
dsp_helper.cc
47
const int16_t DspHelper::
kDownsample8kHzTbl
[3] = { 1229, 1638, 1229 };
310
filter_coefficients =
kDownsample8kHzTbl
;
merge.cc
254
filter_coefficients = DspHelper::
kDownsample8kHzTbl
;
expand.cc
722
filter_coefficients = DspHelper::
kDownsample8kHzTbl
;
[
all
...]
Completed in 74 milliseconds