Searched refs:LZW_SIZTABLE (Results 1 – 2 of 2) sorted by relevance
36 #define LZW_SIZTABLE (1<<LZW_MAXBITS) macro63 uint8_t stack[LZW_SIZTABLE];64 uint8_t suffix[LZW_SIZTABLE];65 uint16_t prefix[LZW_SIZTABLE];
34 #define LZW_SIZTABLE (1<<LZW_MAXBITS) macro