HomeSort by relevance Sort by last modified time
    Searched refs:VP8LHistogramEstimateBits (Results 1 - 4 of 4) sorted by null

  /external/webp/src/enc/
histogram.h 42 double bit_cost_; // cached value of VP8LHistogramEstimateBits(this)
96 double VP8LHistogramEstimateBits(const VP8LHistogram* const p);
backward_references.c 844 bit_cost_lz77 = VP8LHistogramEstimateBits(histo);
847 bit_cost_rle = VP8LHistogramEstimateBits(histo);
926 entropy = VP8LHistogramEstimateBits(histo) +
    [all...]
vp8l.c 716 bit_cost_before = VP8LHistogramEstimateBits(histo);
725 bit_cost_after = VP8LHistogramEstimateBits(histo);
    [all...]
histogram.c 265 double VP8LHistogramEstimateBits(const VP8LHistogram* const p) {

Completed in 51 milliseconds