Searched refs:VP8LAllocateHistogram (Results 1 – 3 of 3) sorted by relevance
89 VP8LHistogram* VP8LAllocateHistogram(int cache_bits);
512 VP8LHistogram* const histo = VP8LAllocateHistogram(cache_bits); in CostModelBuild()844 VP8LHistogram* histo = VP8LAllocateHistogram(cache_bits); in ComputeCacheEntropy()1034 histo = VP8LAllocateHistogram(*cache_bits); in GetBackwardReferences()
98 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) { in VP8LAllocateHistogram() function