Searched defs:histo_size (Results 1 – 2 of 2) sorted by relevance
34 const int histo_size = VP8LGetHistogramSize(cache_bits); in HistogramClear() local44 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); in HistogramCopy() local450 const int histo_size = orig_histo->size; in HistogramCopyAndAnalyze() local467 const int histo_size = image_histo->size; in HistogramAnalyzeEntropyBin() local670 static double GetCombineCostFactor(int histo_size, int quality) { in GetCombineCostFactor()