Home
last modified time | relevance | path

Searched refs:high_threshold (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/video/
Dquality_threshold.cc18 int high_threshold, in QualityThreshold() argument
25 high_threshold_(high_threshold), in QualityThreshold()
35 RTC_CHECK_LT(low_threshold, high_threshold); in QualityThreshold()
Dquality_threshold.h25 int high_threshold,
/external/autotest/client/cros/chameleon/
Davsync_probe_utils.py113 def __init__(self, low_threshold, high_threshold, init_state): argument
123 if low_threshold > high_threshold:
125 low_threshold, high_threshold)
127 self._high_threshold = high_threshold
/external/zstd/doc/educational_decoder/
Dzstd_decompress.c2137 int high_threshold = size; in FSE_init_dtable() local
2141 dtable->symbols[--high_threshold] = s; in FSE_init_dtable()
2168 high_threshold); in FSE_init_dtable()