Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_StreamingUncompression.cpp954 u16 lzLength = (u16)( (length & 0xFF) + 3 ); in ReadUncompLH() local
1014 if ( context->destCount < lzLength ) in ReadUncompLH()
1021 lzLength = (u16)context->destCount; in ReadUncompLH()
1024 context->destCount -= lzLength; in ReadUncompLH()
1025 while ( lzLength-- ) in ReadUncompLH()