Home | History | Annotate | Download | only in zopfli

Lines Matching defs:litlens

36 litlens: Contains the literal symbols or length values.
38 litlens contains a literal instead of a length.
39 litlens and dists both have the same size.
42 unsigned short* litlens; /* Lit or len. */
43 unsigned short* dists; /* If 0: indicates literal in corresponding litlens,
44 if > 0: length in corresponding litlens, this is the distance. */
102 litlens: lz77 lit/lengths
104 start: where to begin counting in litlens and dists
105 end: where to stop counting in litlens and dists (not inclusive)
110 void ZopfliLZ77Counts(const unsigned short* litlens,