Searched refs:GetCombinedHistogramEntropy (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | histogram_enc.c | 373 static int GetCombinedHistogramEntropy(const VP8LHistogram* const a, in GetCombinedHistogramEntropy() function 449 if (GetCombinedHistogramEntropy(a, b, cost_threshold, &cost)) { in HistogramAddEval() 467 GetCombinedHistogramEntropy(a, b, cost_threshold, &cost); in HistogramAddThresh() 794 GetCombinedHistogramEntropy(h1, h2, sum_cost + threshold, &pair->cost_combo); in HistoQueueUpdatePair()
|
Completed in 7 milliseconds