Searched refs:high_threshold (Results 1 – 4 of 4) sorted by relevance
18 int high_threshold, in QualityThreshold() argument25 high_threshold_(high_threshold), in QualityThreshold()35 RTC_CHECK_LT(low_threshold, high_threshold); in QualityThreshold()
25 int high_threshold,
113 def __init__(self, low_threshold, high_threshold, init_state): argument123 if low_threshold > high_threshold:125 low_threshold, high_threshold)127 self._high_threshold = high_threshold
2137 int high_threshold = size; in FSE_init_dtable() local2141 dtable->symbols[--high_threshold] = s; in FSE_init_dtable()2168 high_threshold); in FSE_init_dtable()