Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h80 void VP8LFreeHistogram(VP8LHistogram* const histo);
Dbackward_references_enc.c788 VP8LFreeHistogram(histos[i]); in CalculateBestCacheSize()
927 VP8LFreeHistogram(histo); in GetBackwardReferences()
Dbackward_references_cost_enc.c91 VP8LFreeHistogram(histo); in CostModelBuild()
Dvp8l_enc.c962 VP8LFreeHistogram(tmp_histo); in EncodeImageInternal()
1056 VP8LFreeHistogram(tmp_histo); in EncodeImageInternal()
Dhistogram_enc.c69 void VP8LFreeHistogram(VP8LHistogram* const histo) { in VP8LFreeHistogram() function