Searched refs:threshold_idx (Results 1 – 1 of 1) sorted by relevance
73 auto threshold_idx = std::upper_bound(thresholds.begin(), thresholds.end(), value); in calculateThresholdBucket() local74 int bucket = (threshold_idx - thresholds.begin()); in calculateThresholdBucket()