Searched refs:VP8LHistogramEstimateBits (Results 1 – 3 of 3) sorted by relevance
122 double VP8LHistogramEstimateBits(VP8LHistogram* const p);
816 const double entropy = VP8LHistogramEstimateBits(histos[i]); in CalculateBestCacheSize()949 bit_cost = VP8LHistogramEstimateBits(histo); in GetBackwardReferences()984 bit_cost_trace = VP8LHistogramEstimateBits(histo); in GetBackwardReferences()
359 double VP8LHistogramEstimateBits(VP8LHistogram* const p) { in VP8LHistogramEstimateBits() function