Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Drdgif.c114 UINT16 *symbol_head; /* => table of prefix symbols */ member
320 code = sinfo->symbol_head[code]; /* head is another LZW symbol */ in LZWReadByte()
328 sinfo->symbol_head[code] = (UINT16)sinfo->oldcode; in LZWReadByte()
486 source->symbol_head = (UINT16 *) in start_input_gif()