Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.h69 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
Dhistogram.c84 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits) { in VP8LHistogramInit() function
97 VP8LHistogramInit(histo, cache_bits); in VP8LAllocateHistogram()
120 VP8LHistogramInit(set->histograms[i], cache_bits); in VP8LAllocateHistogramSet()
Dvp8l.c718 VP8LHistogramInit(histo, 1); in EvalAndApplySubtractGreen()