Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching full:stree

487  *     The length opt_len is updated; static_len is also updated if stree is
496 const ct_data *stree = desc->stat_desc->static_tree;
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
617 * also updated if stree is not null. The field max_code is set.
624 const ct_data *stree = desc->stat_desc->static_tree;
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;