Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/gif/
Dgifdec.c28 #define LZW_TABLE_SIZE (1 << LZW_MAXBITS) macro
29 #define LZW_CACHE_SIZE (LZW_TABLE_SIZE * 4)
377 p_suffix = gif->lzw_cache + LZW_TABLE_SIZE; in read_image_data()
378 p_prefix = (uint16_t*)(gif->lzw_cache + LZW_TABLE_SIZE * 2); in read_image_data()
432 if (key == stop_code || key >= LZW_TABLE_SIZE) in read_image_data()