Lines Matching refs:bl_count
64521 this.bl_count = new utils.Buf16(MAX_BITS + 1);
68679 s.bl_count[bits] = 0;
68715 s.bl_count[bits]++;
68746 while (s.bl_count[bits] === 0) {
68750 s.bl_count[bits]--;
68753 s.bl_count[bits + 1] += 2;
68756 s.bl_count[max_length]--;
68771 n = s.bl_count[bits];
68808 function gen_codes(tree, max_code, bl_count) // ct_data *tree; /* the tree to decora…
68829 next_code[bits] = code = code + bl_count[bits - 1] << 1;
68877 var bl_count = new Array(MAX_BITS + 1);
68939 bl_count[bits] = 0;
68949 bl_count[8]++;
68957 bl_count[9]++;
68965 bl_count[7]++;
68973 bl_count[8]++;
68981 gen_codes(static_ltree, L_CODES + 1, bl_count);
69358 gen_codes(tree, max_code, s.bl_count);