Lines Matching refs:opt_len
448 s->opt_len = s->static_len = 0L;
535 * The length opt_len is updated; static_len is also updated if stree is
572 s->opt_len += (ulg)f * (unsigned)(bits + xbits);
605 s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq;
622 * and corresponding code. The length opt_len is updated; static_len is
657 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
807 /* opt_len now includes the length of the tree representations, except the
818 /* Update opt_len to include the bit length tree and counts */
819 s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4;
821 s->opt_len, s->static_len));
998 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1010 Tracev((stderr, "\nlit data: dyn %ld, stat %ld", s->opt_len,
1014 Tracev((stderr, "\ndist data: dyn %ld, stat %ld", s->opt_len,
1016 /* At this point, opt_len and static_len are the total bit lengths of
1026 opt_lenb = (s->opt_len + 3 + 7) >> 3;
1030 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
1071 s->compressed_len += 3 + s->opt_len;