PopulationCost 202 third_party/libwebp/enc/histogram.c return PopulationCost(p->literal_, VP8LHistogramNumCodes(p)) PopulationCost 203 third_party/libwebp/enc/histogram.c + PopulationCost(p->red_, 256) PopulationCost 204 third_party/libwebp/enc/histogram.c + PopulationCost(p->blue_, 256) PopulationCost 205 third_party/libwebp/enc/histogram.c + PopulationCost(p->alpha_, 256) PopulationCost 206 third_party/libwebp/enc/histogram.c + PopulationCost(p->distance_, NUM_DISTANCE_CODES) PopulationCost 265 third_party/libwebp/enc/histogram.c cost += PopulationCost(out->literal_, VP8LHistogramNumCodes(out)); PopulationCost 270 third_party/libwebp/enc/histogram.c cost += PopulationCost(out->red_, 256); PopulationCost 274 third_party/libwebp/enc/histogram.c cost += PopulationCost(out->blue_, 256); PopulationCost 280 third_party/libwebp/enc/histogram.c cost += PopulationCost(out->distance_, NUM_DISTANCE_CODES); PopulationCost 285 third_party/libwebp/enc/histogram.c cost += PopulationCost(out->alpha_, 256); PopulationCost 306 third_party/libwebp/enc/histogram.c cost += PopulationCost(tmp, VP8LHistogramNumCodes(a)); PopulationCost 311 third_party/libwebp/enc/histogram.c cost += PopulationCost(tmp, 256); PopulationCost 315 third_party/libwebp/enc/histogram.c cost += PopulationCost(tmp, 256); PopulationCost 321 third_party/libwebp/enc/histogram.c cost += PopulationCost(tmp, NUM_DISTANCE_CODES); PopulationCost 326 third_party/libwebp/enc/histogram.c cost += PopulationCost(tmp, 256);