Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h62 void VP8LHistogramCreate(VP8LHistogram* const p,
Dbackward_references_enc.c601 VP8LHistogramCreate(histo, refs, cache_bits); in CostModelBuild()
1746 VP8LHistogramCreate(histo, refs_lz77, *cache_bits); in GetBackwardReferences()
1749 VP8LHistogramCreate(histo, refs_rle, *cache_bits); in GetBackwardReferences()
1771 VP8LHistogramCreate(histo, refs_trace, *cache_bits); in GetBackwardReferences()
Dhistogram_enc.c84 void VP8LHistogramCreate(VP8LHistogram* const p, in VP8LHistogramCreate() function