Searched refs:destTmpCount (Results 1 – 1 of 1) sorted by relevance
538 u32 destTmpCount = 0; in MI_SecureUncompressHuffman() local606 ++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()