Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_SecureUncompression.cpp103 s32 srcCount = (s32)srcSize; in SecureUncompressRL() local
119 srcCount -= 4; in SecureUncompressRL()
123 if ( srcCount < 4 ) in SecureUncompressRL()
129 srcCount -= 4; in SecureUncompressRL()
136 if ( --srcCount < 0 ) in SecureUncompressRL()
149 srcCount -= length; in SecureUncompressRL()
150 if ( srcCount < 0 ) in SecureUncompressRL()
174 if ( --srcCount < 0 ) in SecureUncompressRL()
185 if ( srcCount > 32 ) in SecureUncompressRL()
230 s32 srcCount = (s32)srcSize; in SecureUncompressLZ() local
[all …]
Dcx_Uncompression.cpp346 s32 srcCount = 32; in UncompressHuffman() local
348 while ( --srcCount >= 0 ) in UncompressHuffman()