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

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 103 static double BitsEntropy(const int* const array, int n) {
192 return BitsEntropy(population, length) + HuffmanCost(population, length);
214 return BitsEntropy(p->literal_, VP8LHistogramNumCodes(p))
215 + BitsEntropy(p->red_, 256)
216 + BitsEntropy(p->blue_, 256)
217 + BitsEntropy(p->alpha_, 256)
218 + BitsEntropy(p->distance_, NUM_DISTANCE_CODES)
  /external/webp/src/enc/
histogram.c 103 static double BitsEntropy(const int* const array, int n) {
192 return BitsEntropy(population, length) + HuffmanCost(population, length);
214 return BitsEntropy(p->literal_, VP8LHistogramNumCodes(p))
215 + BitsEntropy(p->red_, 256)
216 + BitsEntropy(p->blue_, 256)
217 + BitsEntropy(p->alpha_, 256)
218 + BitsEntropy(p->distance_, NUM_DISTANCE_CODES)

Completed in 75 milliseconds