BitsEntropy       190 third_party/libwebp/enc/histogram.c   return BitsEntropy(population, length) + HuffmanCost(population, length);
BitsEntropy       212 third_party/libwebp/enc/histogram.c   return BitsEntropy(p->literal_, VP8LHistogramNumCodes(p))
BitsEntropy       213 third_party/libwebp/enc/histogram.c        + BitsEntropy(p->red_, 256)
BitsEntropy       214 third_party/libwebp/enc/histogram.c        + BitsEntropy(p->blue_, 256)
BitsEntropy       215 third_party/libwebp/enc/histogram.c        + BitsEntropy(p->alpha_, 256)
BitsEntropy       216 third_party/libwebp/enc/histogram.c        + BitsEntropy(p->distance_, NUM_DISTANCE_CODES)