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

  /external/chromium_org/remoting/host/
audio_silence_detector.cc 21 : threshold_(threshold),
24 DCHECK_GE(threshold_, 0);
41 // case for threshold_==0), but it's not worth worrying about because the
44 if (abs(samples[i]) > threshold_) {
audio_silence_detector.h 29 int threshold_; member in class:remoting::AudioSilenceDetector
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.cc 34 threshold_(options_.initial_threshold),
97 threshold_ = options_.initial_threshold;
102 threshold_ = options_.initial_threshold / 2;
185 (BWE_MIN(num_of_deltas_, 60) * fabs(offset_) < threshold_);
266 if (fabs(T) > threshold_) {
overuse_detector.h 85 double threshold_; member in class:webrtc::OveruseDetector
  /external/openfst/src/include/fst/
queue.h 815 threshold_(threshold) {}
829 Weight limit = Times(class_distance_[c], threshold_);
861 Weight threshold_; // pruning weight threshold member in class:fst::PruneQueue

Completed in 101 milliseconds