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

/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.h46 } VP8LHistogram; typedef in typeref:struct:__anon12275
53 VP8LHistogram** histograms;
61 void VP8LHistogramCreate(VP8LHistogram* const p,
69 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
73 VP8LHistogram* const histo);
76 void VP8LFreeHistogram(VP8LHistogram* const histo);
88 VP8LHistogram* VP8LAllocateHistogram(int cache_bits);
91 void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo,
96 double VP8LHistogramEstimateBits(const VP8LHistogram* const p);
100 double VP8LHistogramEstimateBitsBulk(const VP8LHistogram* cons
[all...]
/external/webp/src/enc/
H A Dhistogram.h46 } VP8LHistogram; typedef in typeref:struct:__anon32490
53 VP8LHistogram** histograms;
61 void VP8LHistogramCreate(VP8LHistogram* const p,
69 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
73 VP8LHistogram* const histo);
76 void VP8LFreeHistogram(VP8LHistogram* const histo);
88 VP8LHistogram* VP8LAllocateHistogram(int cache_bits);
91 void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo,
96 double VP8LHistogramEstimateBits(const VP8LHistogram* const p);
100 double VP8LHistogramEstimateBitsBulk(const VP8LHistogram* cons
[all...]

Completed in 112 milliseconds