Searched refs:rcState (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_StreamingUncompression.cpp | 1358 RCState rcState; in InitUncompContextLRC() local 1361 LRCIntro_( context, &info9, &info12, &rcState ); in InitUncompContextLRC() 1374 RCInitState_( &rcState ); in InitUncompContextLRC() 1377 LRCFin_( context, &info9, &info12, &rcState ); in InitUncompContextLRC() 1404 RCState rcState; in ReadUncompLRC() local 1408 LRCIntro_( context, &info9, &info12, &rcState ); in ReadUncompLRC() 1442 rcState.code <<= 8; in ReadUncompLRC() 1443 rcState.code += *srcp; in ReadUncompLRC() 1455 u16 val = RCGetData_( srcp, &info9, &rcState, len, &cnt ); in ReadUncompLRC() 1483 u16 val = (u16)( RCGetData_( srcp, &info12, &rcState, len, &cnt ) + 1 ); in ReadUncompLRC() [all …]
|
| D | cx_Uncompression.cpp | 846 RCState rcState; in UncompressLRC() local 853 RCInitState_( &rcState ); in UncompressLRC() 865 rcState.code = (u32)( (*pSrc << 24) | in UncompressLRC() 875 u16 val = (u16)( RCGetData_( pSrc, &infoVal, &rcState, &cnt ) ); in UncompressLRC() 887 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in UncompressLRC()
|
| D | cx_SecureUncompression.cpp | 1307 RCState rcState; in SecureUncompressLRC() local 1323 RCInitState_( &rcState ); in SecureUncompressLRC() 1343 rcState.code = (u32)( (*pSrc << 24) | in SecureUncompressLRC() 1353 u16 val = (u16)( RCGetData_( pSrc, &infoVal, &rcState, &cnt ) ); in SecureUncompressLRC() 1365 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in SecureUncompressLRC()
|