Searched refs:blue_max_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c365 double blue_max_; member in struct:__anon13274
374 c->blue_max_ = 0.;
384 if (c->blue_max_ < h->blue_cost_) c->blue_max_ = h->blue_cost_;
413 GetBinIdForEntropy(c->blue_min_, c->blue_max_, h->blue_cost_) +
/external/webp/src/enc/
H A Dhistogram.c365 double blue_max_; member in struct:__anon33371
374 c->blue_max_ = 0.;
384 if (c->blue_max_ < h->blue_cost_) c->blue_max_ = h->blue_cost_;
413 GetBinIdForEntropy(c->blue_min_, c->blue_max_, h->blue_cost_) +

Completed in 106 milliseconds