Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/cx/src/
DCXStreamingUncompression.c877 u16 lzOffset; in CXReadUncompLH() local
904 lzOffset = (u16)( *(nodep + offset) + 1 ); in CXReadUncompLH()
935 lzOffset = (u16)(val + 1); in CXReadUncompLH()
951 *context->destp = *(context->destp - lzOffset); in CXReadUncompLH()