Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h77 void VP8LFreeHistogram(VP8LHistogram* const histo);
Dbackward_references_enc.c617 VP8LFreeHistogram(histo); in CostModelBuild()
1609 VP8LFreeHistogram(histos[i]); in ComputeCacheEntropies()
1785 VP8LFreeHistogram(histo); in GetBackwardReferences()
Dhistogram_enc.c67 void VP8LFreeHistogram(VP8LHistogram* const histo) { in VP8LFreeHistogram() function