Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.c874 const int image_histo_raw_size = histo_xsize * histo_ysize; in VP8LGetHistoImageSymbols() local
882 const int bin_depth = image_histo_raw_size + 1; in VP8LGetHistoImageSymbols()
885 VP8LAllocateHistogramSet(image_histo_raw_size, cache_bits); in VP8LGetHistoImageSymbols()
909 GetCombineCostFactor(image_histo_raw_size, quality); in VP8LGetHistoImageSymbols()