HomeSort by relevance Sort by last modified time
    Searched refs:peak_detection_threshold_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_peak_detector.h 69 int peak_detection_threshold_; member in class:webrtc::DelayPeakDetector
delay_peak_detector.cc 28 peak_detection_threshold_(0),
41 peak_detection_threshold_ = kPeakHeightMs / length_ms;
68 if (inter_arrival_time > target_level + peak_detection_threshold_ ||

Completed in 195 milliseconds