Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c375 double cost_threshold, in GetCombinedHistogramEntropy() argument
386 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
404 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
409 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
414 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
421 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
444 double cost_threshold) { in HistogramAddEval() argument
447 cost_threshold += sum_cost; in HistogramAddEval()
449 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval()
463 double cost_threshold) { in HistogramAddThresh() argument
[all …]