Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXUncompression.c483 u32 dstCnt = 0; in CXUncompressLH() local
507 while ( dstCnt < dstSize ) in CXUncompressLH()
532 dstp[dstCnt++] = (u8)val; in CXUncompressLH()
572 if ( dstCnt + length > dstSize ) in CXUncompressLH()
574 length = (u16)( dstSize - dstCnt ); in CXUncompressLH()
579 dstp[dstCnt] = dstp[dstCnt - val]; in CXUncompressLH()
580 ++dstCnt; in CXUncompressLH()
821 u32 dstCnt = 0; in CXUncompressLRC() local
845 while ( dstCnt < dstSize ) in CXUncompressLRC()
854 dstp[ dstCnt++ ] = (u8)val; in CXUncompressLRC()
[all …]
DCXSecureUncompression.c871 u32 dstCnt = 0; in CXSecureUncompressLH() local
926 while ( dstCnt < dstSize ) in CXSecureUncompressLH()
955 dstp[dstCnt++] = (u8)val; in CXSecureUncompressLH()
1000 if ( dstCnt < val ) in CXSecureUncompressLH()
1004 if ( dstCnt + length > dstSize ) in CXSecureUncompressLH()
1011 dstp[dstCnt] = dstp[dstCnt - val]; in CXSecureUncompressLH()
1012 ++dstCnt; in CXSecureUncompressLH()
1262 u32 dstCnt = 0; in CXSecureUncompressLRC() local
1303 while ( dstCnt < dstSize ) in CXSecureUncompressLRC()
1312 dstp[ dstCnt++ ] = (u8)val; in CXSecureUncompressLRC()
[all …]