Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXStreamingUncompression.c1304 context->codeLen = 4; in CXInitUncompContextLRC()
1368 while ( context->codeLen > 0 ) in CXReadUncompLRC()
1378 --context->codeLen; in CXReadUncompLRC()
1404 context->codeLen = (u8)( -cnt ); in CXReadUncompLRC()
1437 context->codeLen = (u8)( -cnt ); in CXReadUncompLRC()
/RvlSDK-3.3/include/revolution/cx/
DCXStreamingUncompression.h161 u8 codeLen; // Code length required for a range coder: 1B member