Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/cx/src/
DCXStreamingUncompression.c1280 RCState rcState; in CXInitUncompContextLRC() local
1283 LRCIntro_( context, &info9, &info12, &rcState ); in CXInitUncompContextLRC()
1296 RCInitState_( &rcState ); in CXInitUncompContextLRC()
1299 LRCFin_( context, &info9, &info12, &rcState ); in CXInitUncompContextLRC()
1323 RCState rcState; in CXReadUncompLRC() local
1327 LRCIntro_( context, &info9, &info12, &rcState ); in CXReadUncompLRC()
1361 rcState.code <<= 8; in CXReadUncompLRC()
1362 rcState.code += *srcp; in CXReadUncompLRC()
1374 u16 val = RCGetData_( srcp, &info9, &rcState, len, &cnt ); in CXReadUncompLRC()
1402 u16 val = (u16)( RCGetData_( srcp, &info12, &rcState, len, &cnt ) + 1 ); in CXReadUncompLRC()
[all …]
DCXUncompression.c818 RCState rcState; in CXUncompressLRC() local
825 RCInitState_( &rcState ); in CXUncompressLRC()
837 rcState.code = (u32)( (*pSrc << 24) | in CXUncompressLRC()
847 u16 val = (u16)( RCGetData_( pSrc, &infoVal, &rcState, &cnt ) ); in CXUncompressLRC()
859 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in CXUncompressLRC()
DCXSecureUncompression.c1253 RCState rcState; in CXSecureUncompressLRC() local
1269 RCInitState_( &rcState ); in CXSecureUncompressLRC()
1289 rcState.code = (u32)( (*pSrc << 24) | in CXSecureUncompressLRC()
1299 u16 val = (u16)( RCGetData_( pSrc, &infoVal, &rcState, &cnt ) ); in CXSecureUncompressLRC()
1311 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in CXSecureUncompressLRC()