Searched refs:GetCombinedHistogramEntropy (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | histogram_enc.c | 291 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()
|