Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c1077 unsigned ascii_freq = 0; local
1080 while (n < 128) ascii_freq += s->dyn_ltree[n++].Freq;
1082 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);