Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.c182 static double BitsEntropy(const uint32_t* const array, int n) { in BitsEntropy() function
256 return BitsEntropy(population, length) + HuffmanCost(population, length); in PopulationCost()
278 BitsEntropy(p->literal_, VP8LHistogramNumCodes(p->palette_code_bits_)) in VP8LHistogramEstimateBitsBulk()
279 + BitsEntropy(p->red_, NUM_LITERAL_CODES) in VP8LHistogramEstimateBitsBulk()
280 + BitsEntropy(p->blue_, NUM_LITERAL_CODES) in VP8LHistogramEstimateBitsBulk()
281 + BitsEntropy(p->alpha_, NUM_LITERAL_CODES) in VP8LHistogramEstimateBitsBulk()
282 + BitsEntropy(p->distance_, NUM_DISTANCE_CODES) in VP8LHistogramEstimateBitsBulk()