Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.c292 double cost_threshold, in GetCombinedHistogramEntropy() argument
301 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() argument
332 cost_threshold += sum_cost; in HistogramAddEval()
334 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval()
348 double cost_threshold) { in HistogramAddThresh() argument
[all …]
/external/chromium_org/third_party/libwebp/enc/
Dhistogram.c292 double cost_threshold, in GetCombinedHistogramEntropy() argument
301 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() argument
332 cost_threshold += sum_cost; in HistogramAddEval()
334 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval()
348 double cost_threshold) { in HistogramAddThresh() argument
[all …]