Searched refs:bin_freq (Results 1 – 1 of 1) sorted by relevance
3223 unsigned bin_freq = 0; in _tr_flush_block() local3224 while (n < 7) bin_freq += s->dyn_ltree[n++].Freq; in _tr_flush_block()3226 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq; in _tr_flush_block()3227 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII); in _tr_flush_block()