Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXStreamingUncompression.c892 u16 lzOffset; in CXReadUncompLH() local
919 lzOffset = (u16)( *(nodep + offset) + 1 ); in CXReadUncompLH()
950 lzOffset = (u16)(val + 1); in CXReadUncompLH()
966 *context->destp = *(context->destp - lzOffset); in CXReadUncompLH()