Home
last modified time | relevance | path

Searched refs:VP8LHistogramEstimateBits (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dhistogram_enc.h122 double VP8LHistogramEstimateBits(VP8LHistogram* const p);
Dbackward_references_enc.c816 const double entropy = VP8LHistogramEstimateBits(histos[i]); in CalculateBestCacheSize()
949 bit_cost = VP8LHistogramEstimateBits(histo); in GetBackwardReferences()
984 bit_cost_trace = VP8LHistogramEstimateBits(histo); in GetBackwardReferences()
Dhistogram_enc.c359 double VP8LHistogramEstimateBits(VP8LHistogram* const p) { in VP8LHistogramEstimateBits() function