Home | History | Annotate | Download | only in giflib

Lines Matching full:code

17 #define LZ_MAX_CODE         4095    /* Biggest code possible in 12 bits. */
20 #define FLUSH_OUTPUT 4096 /* Impossible code, to signal flush. */
21 #define FIRST_CODE 4097 /* Impossible code, to signal first. */
22 #define NO_SUCH_CODE 4098 /* Impossible code, to signal empty. */
35 ClearCode, /* The CLEAR LZ code. */
36 EOFCode, /* The EOF LZ code. */
37 RunningCode, /* The next code algorithm can generate. */
39 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */
40 LastCode, /* The code before the current code. */
41 CrntCode, /* Current algorithm code. */