Searched defs:LZ_MAX_CODE (Results 1 - 1 of 1) sorted by relevance

/external/giflib/
H A Dgif_lib_private.h17 #define LZ_MAX_CODE 4095 /* Biggest code possible in 12 bits. */ macro
50 GifByteType Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */
51 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */
52 GifPrefixType Prefix[LZ_MAX_CODE + 1];

Completed in 631 milliseconds