Searched refs:bit_cost (Results 1 – 3 of 3) sorted by relevance
37 c/enc/bit_cost.c \60 c/enc/bit_cost.h \
905 double bit_cost = 0.; in GetBackwardReferences() local949 bit_cost = VP8LHistogramEstimateBits(histo); in GetBackwardReferences()952 if (bit_cost < bit_costs_best[i]) { in GetBackwardReferences()960 bit_costs_best[i] = bit_cost; in GetBackwardReferences()
682 const double bit_cost = histograms[idx]->bit_cost_; in HistogramCombineEntropyBin() local683 const double bit_cost_thresh = -bit_cost * combine_cost_factor; in HistogramCombineEntropyBin()