Home
last modified time | relevance | path

Searched defs:histo_size (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dhistogram_enc.c37 const int histo_size = VP8LGetHistogramSize(cache_bits); in HistogramClear() local
54 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); in HistogramCopy() local
114 const int histo_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogramSet() local
490 const int histo_size = orig_histo->size; in HistogramCopyAndAnalyze() local
508 const int histo_size = image_histo->size; in HistogramAnalyzeEntropyBin() local
912 static double GetCombineCostFactor(int histo_size, int quality) { in GetCombineCostFactor()