Searched refs:VP8LAllocateHistogram (Results 1 – 3 of 3) sorted by relevance
89 VP8LHistogram* VP8LAllocateHistogram(int cache_bits);
598 VP8LHistogram* const histo = VP8LAllocateHistogram(cache_bits); in CostModelBuild()1543 histos[i] = VP8LAllocateHistogram(i); in ComputeCacheEntropies()1741 histo = VP8LAllocateHistogram(*cache_bits); in GetBackwardReferences()
99 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) { in VP8LAllocateHistogram() function