Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXCompression.c73 s16 *LZByteTable; // Pointer to the most recent character history member
247 w_offset = info->LZByteTable[*nextp]; in SearchLZ()
323 info->LZByteTable = (s16*)( (u32)work + 4096 * sizeof(s16) ); in LZInitTable()
328 info->LZByteTable[i] = -1; in LZInitTable()
344 s16 *const LZByteTable = info->LZByteTable; in SlideByte() local
353 if ((LZByteTable[out_data] = LZOffsetTable[LZByteTable[out_data]]) == -1) in SlideByte()
367 LZByteTable[in_data] = (s16)insert_offset; in SlideByte()