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

  /external/webp/src/enc/
histogram.c 28 p->bit_cost_ = 0;
269 in->histograms[i]->bit_cost_ = VP8LHistogramEstimateBits(in->histograms[i]);
292 cur_combo->bit_cost_ = VP8LHistogramEstimateBits(cur_combo);
294 curr_cost_diff = cur_combo->bit_cost_
295 - out->histograms[idx1]->bit_cost_
296 - out->histograms[idx2]->bit_cost_;
340 const double previous_bit_cost = candidate->bit_cost_;
351 // Note: we assume that out[]->bit_cost_ is already up-to-date.
histogram.h 40 double bit_cost_; // cached value of VP8LHistogramEstimateBits(this) member in struct:__anon18223

Completed in 2789 milliseconds