Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc34 threshold_(options_.initial_threshold), in OveruseDetector()
97 threshold_ = options_.initial_threshold; in SetRateControlRegion()
102 threshold_ = options_.initial_threshold / 2; in SetRateControlRegion()
/external/chromium_org/third_party/webrtc/
Dcommon_types.h731 initial_threshold(25.0) { in OverUseDetectorOptions()
744 double initial_threshold; member