Searched refs:LZ_BITS (Results 1 - 2 of 2) sorted by relevance

/external/giflib/
H A Dgif_lib_private.h18 #define LZ_BITS 12 macro
H A Ddgif_lib.c976 /* 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) {

Completed in 247 milliseconds