Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h89 VP8LHistogram* VP8LAllocateHistogram(int cache_bits);
Dbackward_references_enc.c598 VP8LHistogram* const histo = VP8LAllocateHistogram(cache_bits); in CostModelBuild()
1543 histos[i] = VP8LAllocateHistogram(i); in ComputeCacheEntropies()
1741 histo = VP8LAllocateHistogram(*cache_bits); in GetBackwardReferences()
Dhistogram_enc.c99 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) { in VP8LAllocateHistogram() function