Searched defs:VP8LHistogram (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
H A Dhistogram.h43 } VP8LHistogram; typedef in typeref:struct:__anon15376
50 VP8LHistogram** histograms;
58 void VP8LHistogramCreate(VP8LHistogram* const p,
63 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
67 VP8LHistogram* const histo);
74 void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo,
79 double VP8LHistogramEstimateBits(const VP8LHistogram* const p);
83 double VP8LHistogramEstimateBitsBulk(const VP8LHistogram* const p);
85 static WEBP_INLINE int VP8LHistogramNumCodes(const VP8LHistogram* const p) {
/external/webp/src/enc/
H A Dhistogram.h47 } VP8LHistogram; typedef in typeref:struct:__anon21117
54 VP8LHistogram** histograms;
62 void VP8LHistogramCreate(VP8LHistogram* const p,
70 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
74 VP8LHistogram* const histo);
77 void VP8LFreeHistogram(VP8LHistogram* const histo);
89 VP8LHistogram* VP8LAllocateHistogram(int cache_bits);
92 void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo,
117 double VP8LHistogramEstimateBits(const VP8LHistogram* const p);

Completed in 213 milliseconds