Lines Matching refs:bl_tree
395 s->bl_desc.dyn_tree = s->bl_tree; in _tr_init()
421 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0; in init_block()
684 if (tree == s->bl_tree) { in build_tree()
732 s->bl_tree[curlen].Freq += count; in scan_tree()
734 if (curlen != prevlen) s->bl_tree[curlen].Freq++; in scan_tree()
735 s->bl_tree[REP_3_6].Freq++; in scan_tree()
737 s->bl_tree[REPZ_3_10].Freq++; in scan_tree()
739 s->bl_tree[REPZ_11_138].Freq++; in scan_tree()
776 do { send_code(s, curlen, s->bl_tree); } while (--count != 0); in send_tree()
780 send_code(s, curlen, s->bl_tree); count--; in send_tree()
783 send_code(s, REP_3_6, s->bl_tree); send_bits(s, count-3, 2); in send_tree()
786 send_code(s, REPZ_3_10, s->bl_tree); send_bits(s, count-3, 3); in send_tree()
789 send_code(s, REPZ_11_138, s->bl_tree); send_bits(s, count-11, 7); in send_tree()
827 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree()
858 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3); in send_all_trees()