Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/gif/
Dgifdec.c354 uint16_t *p_prefix = NULL; in read_image_data() local
378 p_prefix = (uint16_t*)(gif->lzw_cache + LZW_TABLE_SIZE * 2); in read_image_data()
458 curr_code = p_prefix[curr_code]; in read_image_data()
465 p_prefix[slot++] = last_key; in read_image_data()