Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/cx/src/
DCXStreamingUncompression.c1291 context->codeLen = 4; in CXInitUncompContextLRC()
1355 while ( context->codeLen > 0 ) in CXReadUncompLRC()
1365 --context->codeLen; in CXReadUncompLRC()
1391 context->codeLen = (u8)( -cnt ); in CXReadUncompLRC()
1424 context->codeLen = (u8)( -cnt ); in CXReadUncompLRC()
/RvlSDK-3.2/include/revolution/cx/
DCXStreamingUncompression.h161 u8 codeLen; // Code length required for a range coder: 1B member