Home | History | Annotate | Download | only in giflib

Lines Matching refs:LZ_BITS

976     /* The image can't contain more than LZ_BITS per code. */
977 if (Private->RunningBits > LZ_BITS) {
998 * If we're using LZ_BITS bits already and we're at the max code, just
1003 Private->RunningBits < LZ_BITS) {