Searched refs:max_blindex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dtrees.c830 int max_blindex; /* index of last bit length code of non zero freq */ local
846 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
847 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
850 s->opt_len += 3*(max_blindex+1) + 5+5+4;
854 return max_blindex;
952 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
976 max_blindex = build_bl_tree(s);
1020 max_blindex
[all...]

Completed in 31 milliseconds