Home | History | Annotate | Download | only in enc

Lines Matching refs:entropy

834 // Returns entropy for the given cache bits.
840 double entropy = MAX_ENTROPY;
885 entropy = VP8LHistogramEstimateBits(histo) +
890 return entropy;
924 // Do a binary search to find the optimal entropy for cache_bits.