HomeSort by relevance Sort by last modified time
    Searched defs:VP8LHistogram (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
histogram.h 46 } VP8LHistogram;
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* const p)
    [all...]
  /external/webp/src/enc/
histogram.h 46 } VP8LHistogram;
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* const p)
    [all...]

Completed in 189 milliseconds