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

  /external/webp/src/enc/
backward_references.c 906 double entropy_low = MAX_ENTROPY; local
927 entropy_low = ComputeCacheEntropy(argb, refs, cache_bits_low);
928 entropy_low += entropy_low * cache_bits_low * cost_mul;
936 if (entropy_high < entropy_low) {
    [all...]

Completed in 496 milliseconds