Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/enc/
Dhistogram.h63 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
Dvp8l.c119 VP8LHistogramInit(predicted, 0); in AnalyzeEntropy()
120 VP8LHistogramInit(nonpredicted, 0); in AnalyzeEntropy()
650 VP8LHistogramInit(histo, 1); in EvalAndApplySubtractGreen()
658 VP8LHistogramInit(histo, 1); in EvalAndApplySubtractGreen()
Dhistogram.c51 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits) { in VP8LHistogramInit() function
75 VP8LHistogramInit(set->histograms[i], cache_bits); in VP8LAllocateHistogramSet()
Dbackward_references.c881 VP8LHistogramInit(&histo, cache_bits); in VP8LCalculateEstimateForCacheSize()
/external/webp/src/enc/
Dhistogram.h70 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
Dhistogram.c93 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits) { in VP8LHistogramInit() function
106 VP8LHistogramInit(histo, cache_bits); in VP8LAllocateHistogram()
131 VP8LHistogramInit(set->histograms[i], cache_bits); in VP8LAllocateHistogramSet()