Home
last modified time | relevance | path

Searched refs:blue_cost_ (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Dhistogram.c361 if (c->blue_max_ < h->blue_cost_) c->blue_max_ = h->blue_cost_; in UpdateDominantCostRange()
362 if (c->blue_min_ > h->blue_cost_) c->blue_min_ = h->blue_cost_; in UpdateDominantCostRange()
377 h->blue_cost_ = PopulationCost(h->blue_, NUM_LITERAL_CODES, &blue_sym); in UpdateHistogramCost()
378 h->bit_cost_ = h->literal_cost_ + h->red_cost_ + h->blue_cost_ + in UpdateHistogramCost()
405 GetBinIdForEntropy(c->blue_min_, c->blue_max_, h->blue_cost_) + in GetHistoBinIndex()
Dhistogram.h46 double blue_cost_; member