Searched refs:bit_cost (Results 1 – 3 of 3) sorted by relevance
861 double bit_cost; in GetBackwardReferences() local895 bit_cost = VP8LHistogramEstimateBits(histo); in GetBackwardReferences()896 if (lz77_type_best == 0 || bit_cost < bit_cost_best) { in GetBackwardReferences()900 bit_cost_best = bit_cost; in GetBackwardReferences()
569 const double bit_cost = histograms[idx]->bit_cost_; in HistogramCombineEntropyBin() local570 const double bit_cost_thresh = -bit_cost * combine_cost_factor; in HistogramCombineEntropyBin()
138 c/enc/bit_cost.c