Home
last modified time | relevance | path

Searched refs:combine_cost_factor (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dhistogram.c509 double combine_cost_factor, int low_effort) { in HistogramCombineEntropyBin() argument
529 const double bit_cost_thresh = -bit_cost_idx2 * combine_cost_factor; in HistogramCombineEntropyBin()
854 double combine_cost_factor = 0.16; in GetCombineCostFactor() local
856 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() local
914 combine_cost_factor, low_effort); in VP8LGetHistoImageSymbols()