Home | History | Annotate | Download | only in enc

Lines Matching refs:entropy

723   // Find the cache_bits giving the lowest entropy. The search is done in a
724 // brute-force way as the function (entropy w.r.t cache_bits) can be
777 const double entropy = VP8LHistogramEstimateBits(histos[i]);
778 if (i == 0 || entropy < entropy_min) {
779 entropy_min = entropy;