Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c249 s16 *LZOffsetTable; // Offset buffer of the history window member
268 info->LZOffsetTable = (s16 *)work; in LZInitTable()
291 s16 *const LZOffsetTable = info->LZOffsetTable; in SlideByte() local
299 if ((LZByteTable[out_data] = LZOffsetTable[LZByteTable[out_data]]) == -1) in SlideByte()
317 LZOffsetTable[offset] = (s16)insert_offset; in SlideByte()
320 LZOffsetTable[insert_offset] = -1; in SlideByte()
487 s16 *const LZOffsetTable = info->LZOffsetTable; in SearchLZFast() local
512 w_offset = LZOffsetTable[w_offset]; in SearchLZFast()
553 w_offset = LZOffsetTable[w_offset]; in SearchLZFast()