Lines Matching refs:max_blindex
810 int max_blindex; /* index of last bit length code of non zero freq */
826 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 */
956 max_blindex = build_bl_tree(s);
1000 max_blindex+1);