HomeSort by relevance Sort by last modified time
    Searched full:cur_entropy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 879 double cur_entropy; local
883 cur_entropy = VP8LHistogramEstimateBits(&histo) +
885 if (cache_bits == 0 || cur_entropy < lowest_entropy) {
887 lowest_entropy = cur_entropy;
  /external/webp/src/enc/
backward_references.c 879 double cur_entropy; local
883 cur_entropy = VP8LHistogramEstimateBits(&histo) +
885 if (cache_bits == 0 || cur_entropy < lowest_entropy) {
887 lowest_entropy = cur_entropy;

Completed in 69 milliseconds