Searched refs:LZOffsetTable (Results 1 – 1 of 1) sorted by relevance
56 s16 *LZOffsetTable; // Offset buffer of the history window. member182 s16 *const LZOffsetTable = info->LZOffsetTable; in SearchLZ() local207 w_offset = LZOffsetTable[w_offset]; in SearchLZ()248 w_offset = LZOffsetTable[w_offset]; in SearchLZ()266 info->LZOffsetTable = (s16*)work; in LZInitTable()289 s16 *const LZOffsetTable = info->LZOffsetTable; in SlideByte() local297 if ((LZByteTable[out_data] = LZOffsetTable[LZByteTable[out_data]]) == -1) in SlideByte()315 LZOffsetTable[offset] = (s16)insert_offset; in SlideByte()318 LZOffsetTable[insert_offset] = -1; in SlideByte()