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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.h 42 double bit_cost_; // cached value of VP8LHistogramEstimateBits(this) member in struct:__anon20451
histogram.c 30 p->bit_cost_ = 0;
254 const double sum_cost = a->bit_cost_ + b->bit_cost_;
289 out->bit_cost_ = cost;
301 double cost = -a->bit_cost_;
381 in->histograms[i]->bit_cost_ = VP8LHistogramEstimateBits(in->histograms[i]);
451 // Note: we assume that out[]->bit_cost_ is already up-to-date.
  /external/webp/src/enc/
histogram.h 43 double bit_cost_; // cached value of bit cost. member in struct:__anon26152
histogram.c 306 const double sum_cost = a->bit_cost_ + b->bit_cost_;
311 out->bit_cost_ = cost;
326 double cost = -a->bit_cost_;
378 h->bit_cost_ = h->literal_cost_ + h->red_cost_ + h->blue_cost_ +
494 if (histograms[i] != NULL && histograms[i]->bit_cost_ != 0.) {
525 histograms[idx2]->bit_cost_ = 0.;
527 const double bit_cost_idx2 = histograms[idx2]->bit_cost_;
546 histograms[idx2]->bit_cost_ = 0.;
650 pair->cost_combo = histos->bit_cost_;
    [all...]

Completed in 69 milliseconds