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

/external/webp/src/enc/
H A Dbackward_references_enc.c861 double bit_cost; local
895 bit_cost = VP8LHistogramEstimateBits(histo);
896 if (lz77_type_best == 0 || bit_cost < bit_cost_best) {
900 bit_cost_best = bit_cost;
H A Dhistogram_enc.c494 // Copies the histograms and computes its bit_cost.
510 // red and blue) symbol costs and compute the histogram aggregate bit_cost.
569 const double bit_cost = histograms[idx]->bit_cost_; local
570 const double bit_cost_thresh = -bit_cost * combine_cost_factor;
1002 // Copies the histograms and computes its bit_cost.

Completed in 168 milliseconds