Searched refs:lzw_cache (Results 1 – 2 of 2) sorted by relevance
51 uint8_t *lzw_cache; member
150 gif->lzw_cache = gif->frame + width * height; in gif_open()376 p_stack = gif->lzw_cache; in read_image_data()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()