Searched refs:VP8LHistogramInit (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/libwebp/enc/ |
D | histogram.h | 63 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
|
D | vp8l.c | 119 VP8LHistogramInit(predicted, 0); in AnalyzeEntropy() 120 VP8LHistogramInit(nonpredicted, 0); in AnalyzeEntropy() 650 VP8LHistogramInit(histo, 1); in EvalAndApplySubtractGreen() 658 VP8LHistogramInit(histo, 1); in EvalAndApplySubtractGreen()
|
D | histogram.c | 51 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits) { in VP8LHistogramInit() function 75 VP8LHistogramInit(set->histograms[i], cache_bits); in VP8LAllocateHistogramSet()
|
D | backward_references.c | 881 VP8LHistogramInit(&histo, cache_bits); in VP8LCalculateEstimateForCacheSize()
|
/external/webp/src/enc/ |
D | histogram.h | 70 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
|
D | histogram.c | 93 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()
|