Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXStreamingUncompression.c893 u16 lzLength = (u16)( (length & 0xFF) + 3 ); in CXReadUncompLH() local
953 if ( context->destCount < lzLength ) in CXReadUncompLH()
960 lzLength = (u16)context->destCount; in CXReadUncompLH()
963 context->destCount -= lzLength; in CXReadUncompLH()
964 while ( lzLength-- ) in CXReadUncompLH()