Lines Matching refs:max_blindex
822 int max_blindex; /* index of last bit length code of non zero freq */
838 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
839 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
842 s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4;
846 return max_blindex;
1024 int max_blindex = 0; /* index of last bit length code of non zero freq */
1048 max_blindex = build_bl_tree(s);
1092 max_blindex + 1);