Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXCompression.c72 s16 *LZOffsetTable; // Offset buffer of the history window member
238 s16 *const LZOffsetTable = info->LZOffsetTable; in SearchLZ() local
263 w_offset = LZOffsetTable[w_offset]; in SearchLZ()
304 w_offset = LZOffsetTable[w_offset]; in SearchLZ()
322 info->LZOffsetTable = (s16*)work; in LZInitTable()
345 s16 *const LZOffsetTable = info->LZOffsetTable; in SlideByte() local
353 if ((LZByteTable[out_data] = LZOffsetTable[LZByteTable[out_data]]) == -1) in SlideByte()
371 LZOffsetTable[offset] = (s16)insert_offset; in SlideByte()
374 LZOffsetTable[insert_offset] = -1; in SlideByte()