Searched defs:HuffmanCost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c243 static double HuffmanCost(const uint32_t* const population, int length) { function
256 return BitsEntropy(population, length) + HuffmanCost(population, length);
/external/webp/src/enc/
H A Dhistogram.c243 static double HuffmanCost(const uint32_t* const population, int length) { function
256 return BitsEntropy(population, length) + HuffmanCost(population, length);

Completed in 49 milliseconds