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