Lines Matching defs:max_blindex
2894 int max_blindex; /* index of last bit length code of non zero freq */
2910 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
2911 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
2914 s->opt_len += 3*(max_blindex+1) + 5+5+4;
2918 return max_blindex;
3023 int max_blindex = 0; /* index of last bit length code of non zero freq */
3046 max_blindex = build_bl_tree(s);
3090 max_blindex+1);