Searched refs:cost_threshold (Results 1 – 2 of 2) sorted by relevance
252 double cost_threshold) { in HistogramAddEval() argument257 cost_threshold += sum_cost; in HistogramAddEval()269 if (cost > cost_threshold) return cost; in HistogramAddEval()273 if (cost > cost_threshold) return cost; in HistogramAddEval()277 if (cost > cost_threshold) return cost; in HistogramAddEval()284 if (cost > cost_threshold) return cost; in HistogramAddEval()298 double cost_threshold) { in HistogramAddThresh() argument310 if (cost > cost_threshold) return cost; in HistogramAddThresh()314 if (cost > cost_threshold) return cost; in HistogramAddThresh()318 if (cost > cost_threshold) return cost; in HistogramAddThresh()[all …]
267 double cost_threshold, in GetCombinedHistogramEntropy() argument276 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()279 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()282 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()285 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()290 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()304 double cost_threshold) { in HistogramAddEval() argument307 cost_threshold += sum_cost; in HistogramAddEval()309 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval()325 double cost_threshold) { in HistogramAddThresh() argument[all …]