Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c374 static int GetCombinedHistogramEntropy(const VP8LHistogram* const a, in GetCombinedHistogramEntropy() function
450 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval()
468 GetCombinedHistogramEntropy(a, b, cost_threshold, &cost); in HistogramAddThresh()
795 GetCombinedHistogramEntropy(h1, h2, sum_cost + threshold, &pair->cost_combo); in HistoQueueUpdatePair()