Searched refs:image_histo_raw_size (Results 1 – 1 of 1) sorted by relevance
1181 const int image_histo_raw_size = histo_xsize * histo_ysize; in VP8LGetHistoImageSymbols() local1183 VP8LAllocateHistogramSet(image_histo_raw_size, cache_bits); in VP8LGetHistoImageSymbols()1190 WebPSafeMalloc(2 * image_histo_raw_size, sizeof(map_tmp)); in VP8LGetHistoImageSymbols()1191 uint16_t* const cluster_mappings = map_tmp + image_histo_raw_size; in VP8LGetHistoImageSymbols()1192 int num_used = image_histo_raw_size; in VP8LGetHistoImageSymbols()1208 GetCombineCostFactor(image_histo_raw_size, quality); in VP8LGetHistoImageSymbols()