Home
last modified time | relevance | path

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

/RvlSDK-3.2/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()
820 u32 dstCnt = 0; in CXUncompressLRC() local
844 while ( dstCnt < dstSize ) in CXUncompressLRC()
853 dstp[ dstCnt++ ] = (u8)val; in CXUncompressLRC()
[all …]
DCXSecureUncompression.c862 u32 dstCnt = 0; in CXSecureUncompressLH() local
917 while ( dstCnt < dstSize ) in CXSecureUncompressLH()
946 dstp[dstCnt++] = (u8)val; in CXSecureUncompressLH()
991 if ( dstCnt - val < 0 ) in CXSecureUncompressLH()
995 if ( dstCnt + length > dstSize ) in CXSecureUncompressLH()
1002 dstp[dstCnt] = dstp[dstCnt - val]; in CXSecureUncompressLH()
1003 ++dstCnt; in CXSecureUncompressLH()
1255 u32 dstCnt = 0; in CXSecureUncompressLRC() local
1296 while ( dstCnt < dstSize ) in CXSecureUncompressLRC()
1305 dstp[ dstCnt++ ] = (u8)val; in CXSecureUncompressLRC()
[all …]