Home
last modified time | relevance | path

Searched refs:VP8LAllocateHistogram (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dhistogram.h89 VP8LHistogram* VP8LAllocateHistogram(int cache_bits);
Dbackward_references.c512 VP8LHistogram* const histo = VP8LAllocateHistogram(cache_bits); in CostModelBuild()
844 VP8LHistogram* histo = VP8LAllocateHistogram(cache_bits); in ComputeCacheEntropy()
1034 histo = VP8LAllocateHistogram(*cache_bits); in GetBackwardReferences()
Dhistogram.c98 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) { in VP8LAllocateHistogram() function