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.c778 const double entropy = VP8LHistogramEstimateBits(histos[i]); in CalculateBestCacheSize()
896 bit_cost = VP8LHistogramEstimateBits(histo); in GetBackwardReferences()
918 bit_cost_trace = VP8LHistogramEstimateBits(histo); in GetBackwardReferences()
Dhistogram_enc.c358 double VP8LHistogramEstimateBits(VP8LHistogram* const p) { in VP8LHistogramEstimateBits() function