OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxNumPeaks
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_peak_detector.h
55
static const size_t
kMaxNumPeaks
= 8;
delay_peak_detector.cc
75
while (peak_history_.size() >
kMaxNumPeaks
) {
Completed in 41 milliseconds