Searched refs:VP8LHistogramInit (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/enc/ |
D | histogram_enc.h | 72 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits,
|
D | histogram_enc.c | 96 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()
|
D | backward_references_cost_enc.c | 70 VP8LHistogramInit(histo, cache_bits, /*init_arrays=*/ 1); in CostModelBuild()
|
D | backward_references_enc.c | 750 VP8LHistogramInit(histos[i], i, /*init_arrays=*/ 1); in CalculateBestCacheSize()
|