Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c106 p->blue_cost_ = 0.; in VP8LHistogramInit()
502 if (c->blue_max_ < h->blue_cost_) c->blue_max_ = h->blue_cost_; in UpdateDominantCostRange()
503 if (c->blue_min_ > h->blue_cost_) c->blue_min_ = h->blue_cost_; in UpdateDominantCostRange()
520 h->blue_cost_ = in UpdateHistogramCost()
522 h->bit_cost_ = h->literal_cost_ + h->red_cost_ + h->blue_cost_ + in UpdateHistogramCost()
551 + GetBinIdForEntropy(c->blue_min_, c->blue_max_, h->blue_cost_); in GetHistoBinIndex()
Dhistogram_enc.h46 double blue_cost_; member