Home
last modified time | relevance | path

Searched refs:LZW_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Dwrgif.c42 #define LZW_TABLE_SIZE ((code_int)1 << MAX_LZW_BITS) macro
157 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()
Drdgif.c58 #define LZW_TABLE_SIZE (1 << MAX_LZW_BITS) /* # of possible LZW symbols */ macro
326 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()