Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h70 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
Dhistogram_enc.c94 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits) { in VP8LHistogramInit() function
107 VP8LHistogramInit(histo, cache_bits); in VP8LAllocateHistogram()
132 VP8LHistogramInit(set->histograms[i], cache_bits); in VP8LAllocateHistogramSet()
Dbackward_references_cost_enc.c70 VP8LHistogramInit(histo, cache_bits); in CostModelBuild()