Searched refs:rcState (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.3/build/libraries/cx/src/ |
| D | CXStreamingUncompression.c | 1293 RCState rcState; in CXInitUncompContextLRC() local 1296 LRCIntro_( context, &info9, &info12, &rcState ); in CXInitUncompContextLRC() 1309 RCInitState_( &rcState ); in CXInitUncompContextLRC() 1312 LRCFin_( context, &info9, &info12, &rcState ); in CXInitUncompContextLRC() 1336 RCState rcState; in CXReadUncompLRC() local 1340 LRCIntro_( context, &info9, &info12, &rcState ); in CXReadUncompLRC() 1374 rcState.code <<= 8; in CXReadUncompLRC() 1375 rcState.code += *srcp; in CXReadUncompLRC() 1387 u16 val = RCGetData_( srcp, &info9, &rcState, len, &cnt ); in CXReadUncompLRC() 1415 u16 val = (u16)( RCGetData_( srcp, &info12, &rcState, len, &cnt ) + 1 ); in CXReadUncompLRC() [all …]
|
| D | CXUncompression.c | 819 RCState rcState; in CXUncompressLRC() local 826 RCInitState_( &rcState ); in CXUncompressLRC() 838 rcState.code = (u32)( (*pSrc << 24) | in CXUncompressLRC() 848 u16 val = (u16)( RCGetData_( pSrc, &infoVal, &rcState, &cnt ) ); in CXUncompressLRC() 860 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in CXUncompressLRC()
|
| D | CXSecureUncompression.c | 1260 RCState rcState; in CXSecureUncompressLRC() local 1276 RCInitState_( &rcState ); in CXSecureUncompressLRC() 1296 rcState.code = (u32)( (*pSrc << 24) | in CXSecureUncompressLRC() 1306 u16 val = (u16)( RCGetData_( pSrc, &infoVal, &rcState, &cnt ) ); in CXSecureUncompressLRC() 1318 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in CXSecureUncompressLRC()
|