Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c486 s32 w_offset; in SearchLZFast() local
496 w_offset = info->LZByteTable[*nextp]; in SearchLZFast()
498 while (w_offset != -1) in SearchLZFast()
500 if (w_offset < windowPos) in SearchLZFast()
502 searchp = nextp - windowPos + w_offset; in SearchLZFast()
506 searchp = nextp - windowLen - windowPos + w_offset; in SearchLZFast()
512 w_offset = LZOffsetTable[w_offset]; in SearchLZFast()
553 w_offset = LZOffsetTable[w_offset]; in SearchLZFast()