Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/cx/src/
DCXStreamingUncompression.c878 u16 lzLength = (u16)( (length & 0xFF) + 3 ); in CXReadUncompLH() local
938 if ( context->destCount < lzLength ) in CXReadUncompLH()
945 lzLength = (u16)context->destCount; in CXReadUncompLH()
948 context->destCount -= lzLength; in CXReadUncompLH()
949 while ( lzLength-- ) in CXReadUncompLH()