Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h87 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits);
Dhistogram_enc.c146 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) { in VP8LAllocateHistogramSet() function
1183 VP8LAllocateHistogramSet(image_histo_raw_size, cache_bits); in VP8LGetHistoImageSymbols()
Dvp8l_enc.c825 histogram_image = VP8LAllocateHistogramSet(1, cache_bits); in EncodeImageNoHuffman()
954 VP8LAllocateHistogramSet(histogram_image_xysize, cache_bits_tmp); in EncodeImageInternal()