Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c412 if (c->blue_max_ < h->blue_cost_) c->blue_max_ = h->blue_cost_; in UpdateDominantCostRange()
413 if (c->blue_min_ > h->blue_cost_) c->blue_min_ = h->blue_cost_; in UpdateDominantCostRange()
428 h->blue_cost_ = PopulationCost(h->blue_, NUM_LITERAL_CODES, &blue_sym); in UpdateHistogramCost()
429 h->bit_cost_ = h->literal_cost_ + h->red_cost_ + h->blue_cost_ + in UpdateHistogramCost()
458 + GetBinIdForEntropy(c->blue_min_, c->blue_max_, h->blue_cost_); in GetHistoBinIndex()
Dhistogram_enc.h46 double blue_cost_; member