Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp37 s16 *LZOffsetTable; // Offset buffer of the history window member
206 s16 *const LZOffsetTable = info->LZOffsetTable; in SearchLZ() local
231 w_offset = LZOffsetTable[w_offset]; in SearchLZ()
272 w_offset = LZOffsetTable[w_offset]; in SearchLZ()
290 info->LZOffsetTable = (s16*)work; in LZInitTable()
313 s16 *const LZOffsetTable = info->LZOffsetTable; in SlideByte() local
321 if ((LZByteTable[out_data] = LZOffsetTable[LZByteTable[out_data]]) == -1) in SlideByte()
339 LZOffsetTable[offset] = (s16)insert_offset; in SlideByte()
342 LZOffsetTable[insert_offset] = -1; in SlideByte()