Searched refs:combine_cost_factor (Results 1 – 1 of 1) sorted by relevance
651 double combine_cost_factor, in HistogramCombineEntropyBin() argument683 const double bit_cost_thresh = -bit_cost * combine_cost_factor; in HistogramCombineEntropyBin()1097 double combine_cost_factor = 0.16; in GetCombineCostFactor() local1099 if (histo_size > 256) combine_cost_factor /= 2.; in GetCombineCostFactor()1100 if (histo_size > 512) combine_cost_factor /= 2.; in GetCombineCostFactor()1101 if (histo_size > 1024) combine_cost_factor /= 2.; in GetCombineCostFactor()1102 if (quality <= 50) combine_cost_factor /= 2.; in GetCombineCostFactor()1104 return combine_cost_factor; in GetCombineCostFactor()1207 const double combine_cost_factor = in VP8LGetHistoImageSymbols() local1215 entropy_combine_num_bins, combine_cost_factor, in VP8LGetHistoImageSymbols()