Home | History | Annotate | Download | only in giflib

Lines Matching refs:LZ_BITS

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