Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.cpp73 auto threshold_idx = std::upper_bound(thresholds.begin(), thresholds.end(), value); in calculateThresholdBucket() local
74 int bucket = (threshold_idx - thresholds.begin()); in calculateThresholdBucket()