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

  /external/webp/src/enc/
histogram_enc.c 175 // No matter what the entropy says, we cannot be better than min_limit
177 // min_limit since it produces much better (~0.5 %) compression results
189 double min_limit = 2 * entropy->sum - entropy->max_val; local
190 min_limit = mix * min_limit + (1.0 - mix) * entropy->entropy;
191 return (entropy->entropy < min_limit) ? min_limit : entropy->entropy;
    [all...]
  /external/v8/src/heap/
heap.h 978 size_t min_limit = SizeOfObjects() + SizeOfObjects() \/ 4; local
    [all...]

Completed in 198 milliseconds