Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c251 s16 *LZEndTable; // Pointer to the oldest character history member
270 info->LZEndTable = (s16 *)work + 4096 + 256; in LZInitTable()
275 info->LZEndTable[i] = -1; in LZInitTable()
292 s16 *const LZEndTable = info->LZEndTable; in SlideByte() local
301 LZEndTable[out_data] = -1; in SlideByte()
310 offset = LZEndTable[in_data]; in SlideByte()
319 LZEndTable[in_data] = (s16)insert_offset; in SlideByte()