Searched refs:combine_cost_factor (Results 1 – 1 of 1) sorted by relevance
538 double combine_cost_factor, in HistogramCombineEntropyBin() argument570 const double bit_cost_thresh = -bit_cost * combine_cost_factor; in HistogramCombineEntropyBin()968 double combine_cost_factor = 0.16; in GetCombineCostFactor() local970 if (histo_size > 256) combine_cost_factor /= 2.; in GetCombineCostFactor()971 if (histo_size > 512) combine_cost_factor /= 2.; in GetCombineCostFactor()972 if (histo_size > 1024) combine_cost_factor /= 2.; in GetCombineCostFactor()973 if (quality <= 50) combine_cost_factor /= 2.; in GetCombineCostFactor()975 return combine_cost_factor; in GetCombineCostFactor()1009 const double combine_cost_factor = in VP8LGetHistoImageSymbols() local1015 entropy_combine_num_bins, combine_cost_factor, in VP8LGetHistoImageSymbols()