Searched refs:LZW_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
42 #define LZW_TABLE_SIZE ((code_int)1 << MAX_LZW_BITS) macro157 dinfo->maxcode = LZW_TABLE_SIZE; /* free_code will never exceed this */ in output()393 if (dest->free_code < LZW_TABLE_SIZE) { in put_LZW_pixel_rows()417 if (dest->free_code < LZW_TABLE_SIZE) { in put_LZW_pixel_rows()
58 #define LZW_TABLE_SIZE (1 << MAX_LZW_BITS) /* # of possible LZW symbols */ macro326 if ((code = sinfo->max_code) < LZW_TABLE_SIZE) { in LZWReadByte()488 LZW_TABLE_SIZE * sizeof(UINT16)); in start_input_gif()491 LZW_TABLE_SIZE * sizeof(UINT8)); in start_input_gif()494 LZW_TABLE_SIZE * sizeof(UINT8)); in start_input_gif()