HomeSort by relevance Sort by last modified time
    Searched refs:blue_cost_ (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
histogram.h 46 double blue_cost_; member in struct:__anon26152
histogram.c 361 if (c->blue_max_ < h->blue_cost_) c->blue_max_ = h->blue_cost_;
362 if (c->blue_min_ > h->blue_cost_) c->blue_min_ = h->blue_cost_;
377 h->blue_cost_ = PopulationCost(h->blue_, NUM_LITERAL_CODES, &blue_sym);
378 h->bit_cost_ = h->literal_cost_ + h->red_cost_ + h->blue_cost_ +
405 GetBinIdForEntropy(c->blue_min_, c->blue_max_, h->blue_cost_) +
    [all...]

Completed in 61 milliseconds