Searched defs:histo_size (Results 1 – 1 of 1) sorted by relevance
36 const int histo_size = VP8LGetHistogramSize(cache_bits); in HistogramClear() local53 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); in HistogramCopy() local113 const int histo_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogramSet() local441 const int histo_size = orig_histo->size; in HistogramCopyAndAnalyze() local458 const int histo_size = image_histo->size; in HistogramAnalyzeEntropyBin() local853 static double GetCombineCostFactor(int histo_size, int quality) { in GetCombineCostFactor()