Searched refs:max_blindex (Results 1 – 6 of 6) sorted by relevance
527 int max_blindex; /* index of last bit length code of non zero freq */ in build_bl_tree() local543 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) { in build_bl_tree()544 if (s->bl_tree[bl_order[max_blindex]].Len != 0) in build_bl_tree()548 s->opt_len += 3*((unsigned long)max_blindex+1) + 5+5+4; in build_bl_tree()551 return max_blindex; in build_bl_tree()638 int max_blindex = 0; /* index of last bit length code of non zero freq */ local659 max_blindex = build_bl_tree(s);701 send_all_trees(s, s->l_desc.max_code+1, s->d_desc.max_code+1, max_blindex+1);
802 int max_blindex; /* index of last bit length code of non zero freq */ local818 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {819 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;822 s->opt_len += 3*((ulg)max_blindex+1) + 5+5+4;826 return max_blindex;918 int max_blindex = 0; /* index of last bit length code of non zero freq */ local942 max_blindex = build_bl_tree(s);987 max_blindex+1);
810 int max_blindex; /* index of last bit length code of non zero freq */ local826 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {827 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;830 s->opt_len += 3*(max_blindex+1) + 5+5+4;834 return max_blindex;932 int max_blindex = 0; /* index of last bit length code of non zero freq */ local956 max_blindex = build_bl_tree(s);1000 max_blindex+1);