Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXUncompression.c818 RCCompressionInfo infoOfs; in CXUncompressLRC() local
825 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXUncompressLRC()
860 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in CXUncompressLRC()
DCXSecureUncompression.c1259 RCCompressionInfo infoOfs; in CXSecureUncompressLRC() local
1275 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXSecureUncompressLRC()
1318 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in CXSecureUncompressLRC()