Searched refs:cost_threshold (Results 1 – 2 of 2) sorted by relevance
292 double cost_threshold, in GetCombinedHistogramEntropy() argument301 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()304 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()307 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()310 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()315 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()329 double cost_threshold) { in HistogramAddEval() argument332 cost_threshold += sum_cost; in HistogramAddEval()334 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval()348 double cost_threshold) { in HistogramAddThresh() argument[all …]