Searched refs:infoOfs (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2/build/libraries/cx/src/ |
| D | CXUncompression.c | 817 RCCompressionInfo infoOfs; in CXUncompressLRC() local 824 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXUncompressLRC() 859 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in CXUncompressLRC()
|
| D | CXSecureUncompression.c | 1252 RCCompressionInfo infoOfs; in CXSecureUncompressLRC() local 1268 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXSecureUncompressLRC() 1311 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in CXSecureUncompressLRC()
|