Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c291 static int GetCombinedHistogramEntropy(const VP8LHistogram* const a, in GetCombinedHistogramEntropy() function
362 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval()
378 GetCombinedHistogramEntropy(a, b, cost_threshold, &cost); in HistogramAddThresh()
691 GetCombinedHistogramEntropy(h1, h2, sum_cost, &pair->cost_combo); in PreparePair()