Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.h67 int VP8LGetHistogramSize(int palette_code_bits);
Dhistogram.c36 const int histo_size = VP8LGetHistogramSize(cache_bits); in HistogramClear()
53 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); in HistogramCopy()
59 int VP8LGetHistogramSize(int cache_bits) { in VP8LGetHistogramSize() function
100 const int total_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogram()
113 const int histo_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogramSet()