VP8LHistogramNumCodes  432 3rdparty/libwebp/enc/backward_references.c       VP8LHistogramNumCodes(&histo), histo.literal_, m->literal_);
VP8LHistogramNumCodes  204 3rdparty/libwebp/enc/histogram.c   return PopulationCost(p->literal_, VP8LHistogramNumCodes(p))
VP8LHistogramNumCodes  214 3rdparty/libwebp/enc/histogram.c   return BitsEntropy(p->literal_, VP8LHistogramNumCodes(p))
VP8LHistogramNumCodes  267 3rdparty/libwebp/enc/histogram.c   cost += PopulationCost(out->literal_, VP8LHistogramNumCodes(out));
VP8LHistogramNumCodes  308 3rdparty/libwebp/enc/histogram.c   cost += PopulationCost(tmp, VP8LHistogramNumCodes(a));
VP8LHistogramNumCodes  196 3rdparty/libwebp/enc/vp8l.c       const int num_symbols = (k == 0) ? VP8LHistogramNumCodes(histo)