Home
last modified time | relevance | path

Searched refs:peak_detection_threshold_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_peak_detector.cc28 peak_detection_threshold_(0), in DelayPeakDetector()
41 peak_detection_threshold_ = kPeakHeightMs / length_ms; in SetPacketAudioLength()
68 if (inter_arrival_time > target_level + peak_detection_threshold_ || in Update()
Ddelay_peak_detector.h69 int peak_detection_threshold_; variable