Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_StreamingUncompression.cpp953 u16 lzOffset; in ReadUncompLH() local
980 lzOffset = (u16)( *(nodep + offset) + 1 ); in ReadUncompLH()
1011 lzOffset = (u16)(val + 1); in ReadUncompLH()
1027 *context->destp = *(context->destp - lzOffset); in ReadUncompLH()