HomeSort by relevance Sort by last modified time
    Searched refs:HuffmanCost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 243 static double HuffmanCost(const uint32_t* const population, int length) {
256 return BitsEntropy(population, length) + HuffmanCost(population, length);
  /external/webp/src/enc/
histogram.c 243 static double HuffmanCost(const uint32_t* const population, int length) {
256 return BitsEntropy(population, length) + HuffmanCost(population, length);

Completed in 216 milliseconds