Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c293 double cost_threshold, in GetCombinedHistogramEntropy() argument
303 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
320 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
324 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
328 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
334 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
357 double cost_threshold) { in HistogramAddEval() argument
360 cost_threshold += sum_cost; in HistogramAddEval()
362 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval()
376 double cost_threshold) { in HistogramAddThresh() argument
[all …]