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_enc.c1180 const int image_histo_raw_size = histo_xsize * histo_ysize; in VP8LGetHistoImageSymbols() local
1182 VP8LAllocateHistogramSet(image_histo_raw_size, cache_bits); in VP8LGetHistoImageSymbols()
1189 WebPSafeMalloc(2 * image_histo_raw_size, sizeof(map_tmp)); in VP8LGetHistoImageSymbols()
1190 uint16_t* const cluster_mappings = map_tmp + image_histo_raw_size; in VP8LGetHistoImageSymbols()
1191 int num_used = image_histo_raw_size; in VP8LGetHistoImageSymbols()
1207 GetCombineCostFactor(image_histo_raw_size, quality); in VP8LGetHistoImageSymbols()