Searched refs:VP8LHistogramCreate (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/enc/ |
D | histogram_enc.h | 62 void VP8LHistogramCreate(VP8LHistogram* const p,
|
D | backward_references_enc.c | 601 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()
|
D | histogram_enc.c | 84 void VP8LHistogramCreate(VP8LHistogram* const p, in VP8LHistogramCreate() function
|