Searched refs:static_len (Results 1 – 2 of 2) sorted by relevance
453 s->opt_len = s->static_len = 0L; in init_block()563 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); in gen_bitlen()693 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree()881 s->opt_len, s->static_len)); in build_bl_tree()998 s->static_len));1002 s->static_len));1014 static_lenb = (s->static_len+3+7)>>3;1017 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,1049 s->compressed_len += 3 + s->static_len;
274 ulg static_len; /* bit length of current block with static trees */ member