Searched refs:VP8LGetHistogramSize (Results 1 – 2 of 2) sorted by relevance
67 int VP8LGetHistogramSize(int palette_code_bits);
36 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() function100 const int total_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogram()113 const int histo_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogramSet()