Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.c36 const int histo_size = VP8LGetHistogramSize(cache_bits); in HistogramClear() local
53 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); in HistogramCopy() local
113 const int histo_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogramSet() local
441 const int histo_size = orig_histo->size; in HistogramCopyAndAnalyze() local
458 const int histo_size = image_histo->size; in HistogramAnalyzeEntropyBin() local
853 static double GetCombineCostFactor(int histo_size, int quality) { in GetCombineCostFactor()