Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h72 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits,
Dhistogram_enc.c96 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits, in VP8LHistogramInit() function
119 VP8LHistogramInit(histo, cache_bits, /*init_arrays=*/ 0); in VP8LAllocateHistogram()
160 VP8LHistogramInit(set->histograms[i], cache_bits, /*init_arrays=*/ 0); in VP8LAllocateHistogramSet()
Dbackward_references_cost_enc.c70 VP8LHistogramInit(histo, cache_bits, /*init_arrays=*/ 1); in CostModelBuild()
Dbackward_references_enc.c750 VP8LHistogramInit(histos[i], i, /*init_arrays=*/ 1); in CalculateBestCacheSize()