Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c250 s16 *LZByteTable; // Pointer to the most recent character history member
269 info->LZByteTable = (s16 *)work + 4096; in LZInitTable()
274 info->LZByteTable[i] = -1; in LZInitTable()
290 s16 *const LZByteTable = info->LZByteTable; in SlideByte() local
299 if ((LZByteTable[out_data] = LZOffsetTable[LZByteTable[out_data]]) == -1) in SlideByte()
313 LZByteTable[in_data] = (s16)insert_offset; in SlideByte()
496 w_offset = info->LZByteTable[*nextp]; in SearchLZFast()