Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h95 VP8LHistogram* VP8LAllocateHistogram(int cache_bits);
Dbackward_references_enc.c716 histos[i] = VP8LAllocateHistogram(i); in CalculateBestCacheSize()
856 histo = VP8LAllocateHistogram(MAX_COLOR_CACHE_BITS); in GetBackwardReferences()
Dbackward_references_cost_enc.c65 VP8LHistogram* const histo = VP8LAllocateHistogram(cache_bits); in CostModelBuild()
Dhistogram_enc.c111 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) { in VP8LAllocateHistogram() function
Dvp8l_enc.c932 tmp_histo = VP8LAllocateHistogram(*cache_bits); in EncodeImageInternal()