Home
last modified time | relevance | path

Searched refs:bit_cost_threshold (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/enc/
Dencode.c506 const double bit_cost_threshold = in ShouldCompress() local
515 if (BitsEntropy(literal_histo, 256) > bit_cost_threshold) { in ShouldCompress()