Searched refs:low_threshold (Results 1 – 3 of 3) sorted by relevance
17 QualityThreshold::QualityThreshold(int low_threshold, in QualityThreshold() argument24 low_threshold_(low_threshold), in QualityThreshold()35 RTC_CHECK_LT(low_threshold, high_threshold); in QualityThreshold()
24 QualityThreshold(int low_threshold,
113 def __init__(self, low_threshold, high_threshold, init_state): argument123 if low_threshold > high_threshold:125 low_threshold, high_threshold)126 self._low_threshold = low_threshold