Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/mi/common/src/
Dmi_secureuncompress.c538 u32 destTmpCount = 0; in MI_SecureUncompressHuffman() local
606 ++destTmpCount; in MI_SecureUncompressHuffman()
608 if ( destCount <= (destTmpCount * dataBit) / 8 ) in MI_SecureUncompressHuffman()
610 destTmp >>= (destTmpDataNum - destTmpCount) * dataBit; in MI_SecureUncompressHuffman()
611 destTmpCount = destTmpDataNum; in MI_SecureUncompressHuffman()
614 if ( destTmpCount == destTmpDataNum ) in MI_SecureUncompressHuffman()
619 destTmpCount = 0; in MI_SecureUncompressHuffman()