Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c728 int max_blindex; /* index of last bit length code of non zero freq */ in build_bl_tree() local
744 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) { in build_bl_tree()
745 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree()
748 s->opt_len += 3*(max_blindex+1) + 5+5+4; in build_bl_tree()
752 return max_blindex; in build_bl_tree()
864 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
887 max_blindex = build_bl_tree(s);
948 max_blindex+1);