Lines Matching refs:bl_tree
424 s->bl_desc.dyn_tree = s->bl_tree; in _tr_init()
450 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0; in init_block()
720 if (tree == s->bl_tree) { in build_tree()
771 s->bl_tree[curlen].Freq += count; in scan_tree()
773 if (curlen != prevlen) s->bl_tree[curlen].Freq++; in scan_tree()
774 s->bl_tree[REP_3_6].Freq++; in scan_tree()
776 s->bl_tree[REPZ_3_10].Freq++; in scan_tree()
778 s->bl_tree[REPZ_11_138].Freq++; in scan_tree()
823 do { send_code(s, curlen, s->bl_tree); } while (--count != 0); in send_tree()
827 send_code(s, curlen, s->bl_tree); count--; in send_tree()
830 send_code(s, REP_3_6, s->bl_tree); send_bits(s, count-3, 2); in send_tree()
833 send_code(s, REPZ_3_10, s->bl_tree); send_bits(s, count-3, 3); in send_tree()
836 send_code(s, REPZ_11_138, s->bl_tree); send_bits(s, count-11, 7); in send_tree()
876 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree()
909 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3); in send_all_trees()