Lines Matching refs:bl_tree
445 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0; in init_block()
464 s->bl_desc.dyn_tree = s->bl_tree; in _tr_init()
684 if (tree == s->bl_tree) { in build_tree()
727 s->bl_tree[curlen].Freq += count; in scan_tree()
729 if (curlen != prevlen) s->bl_tree[curlen].Freq++; in scan_tree()
730 s->bl_tree[REP_3_6].Freq++; in scan_tree()
732 s->bl_tree[REPZ_3_10].Freq++; in scan_tree()
734 s->bl_tree[REPZ_11_138].Freq++; in scan_tree()
768 do { send_code(s, curlen, s->bl_tree); } while (--count != 0); in send_tree()
772 send_code(s, curlen, s->bl_tree); count--; in send_tree()
775 send_code(s, REP_3_6, s->bl_tree); send_bits(s, count - 3, 2); in send_tree()
778 send_code(s, REPZ_3_10, s->bl_tree); send_bits(s, count - 3, 3); in send_tree()
781 send_code(s, REPZ_11_138, s->bl_tree); send_bits(s, count - 11, 7); in send_tree()
816 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree()
844 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3); in send_all_trees()