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

/external/webp/src/enc/
H A Dhistogram_enc.h47 } VP8LHistogram; typedef in typeref:struct:__anon30430
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,
108 VP8LHistogram* const tmp_histo,
119 double VP8LHistogramEstimateBits(const VP8LHistogram* cons
[all...]

Completed in 156 milliseconds