Home | History | Annotate | Download | only in src

Lines Matching refs:stree

485  *     The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree;
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree;
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;