Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c376 double cost_threshold, in GetCombinedHistogramEntropy() argument
387 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
405 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
410 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
415 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
422 if (*cost > cost_threshold) return 0; in GetCombinedHistogramEntropy()
445 double cost_threshold) { in HistogramAddEval() argument
448 cost_threshold += sum_cost; in HistogramAddEval()
450 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval()
464 double cost_threshold) { in HistogramAddThresh() argument
[all …]