Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h67 int VP8LGetHistogramSize(int palette_code_bits);
Dhistogram_enc.c37 const int histo_size = VP8LGetHistogramSize(cache_bits); in HistogramClear()
54 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); in HistogramCopy()
60 int VP8LGetHistogramSize(int cache_bits) { in VP8LGetHistogramSize() function
101 const int total_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogram()
114 const int histo_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogramSet()