Searched refs:bin_freq (Results 1 – 2 of 2) sorted by relevance
2509 unsigned bin_freq = 0; local2510 while (n < 7) bin_freq += s->dyn_ltree[n++].Freq;2512 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;2513 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII);
3429 unsigned bin_freq = 0; local3430 while (n < 7) bin_freq += s->dyn_ltree[n++].Freq;3432 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;3433 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ?