Searched refs:GetCombinedHistogramEntropy (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | histogram_enc.c | 299 static int GetCombinedHistogramEntropy(const VP8LHistogram* const a, in GetCombinedHistogramEntropy() function 370 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval() 386 GetCombinedHistogramEntropy(a, b, cost_threshold, &cost); in HistogramAddThresh() 705 GetCombinedHistogramEntropy(h1, h2, sum_cost + threshold, &pair.cost_combo); in HistoQueuePush() 899 GetCombinedHistogramEntropy(histograms[p->idx1], histograms[p->idx2], 0, in HistogramCombineStochastic()
|