Searched refs:combine_cost_factor (Results 1 – 1 of 1) sorted by relevance
509 double combine_cost_factor, int low_effort) { in HistogramCombineEntropyBin() argument529 const double bit_cost_thresh = -bit_cost_idx2 * combine_cost_factor; in HistogramCombineEntropyBin()854 double combine_cost_factor = 0.16; in GetCombineCostFactor() local856 if (histo_size > 256) combine_cost_factor /= 2.; in GetCombineCostFactor()857 if (histo_size > 512) combine_cost_factor /= 2.; in GetCombineCostFactor()858 if (histo_size > 1024) combine_cost_factor /= 2.; in GetCombineCostFactor()859 if (quality <= 50) combine_cost_factor /= 2.; in GetCombineCostFactor()861 return combine_cost_factor; in GetCombineCostFactor()908 const double combine_cost_factor = in VP8LGetHistoImageSymbols() local914 combine_cost_factor, low_effort); in VP8LGetHistoImageSymbols()