Searched refs:bit_cost (Results 1 – 3 of 3) sorted by relevance
34 c/enc/bit_cost.c \55 c/enc/bit_cost.h \
862 double bit_cost; in GetBackwardReferences() local896 bit_cost = VP8LHistogramEstimateBits(histo); in GetBackwardReferences()897 if (lz77_type_best == 0 || bit_cost < bit_cost_best) { in GetBackwardReferences()901 bit_cost_best = bit_cost; in GetBackwardReferences()
681 const double bit_cost = histograms[idx]->bit_cost_; in HistogramCombineEntropyBin() local682 const double bit_cost_thresh = -bit_cost * combine_cost_factor; in HistogramCombineEntropyBin()