Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Uncompression.cpp396 u32 bitNum = 0; in HuffImportTree() local
415 while ( srcCnt < tableSize || bitSize <= bitNum ) in HuffImportTree()
417 while ( bitNum < bitSize ) in HuffImportTree()
422 bitNum += 8; in HuffImportTree()
427 pTable[ idx++ ] = (u16)( ( data >> (bitNum - bitSize) ) & bitMask ); in HuffImportTree()
429 bitNum -= bitSize; in HuffImportTree()
Dcx_SecureUncompression.cpp609 u32 bitNum = 0; in HuffImportTree() local
638 while ( srcCnt < tableSize || bitSize <= bitNum ) in HuffImportTree()
640 while ( bitNum < bitSize ) in HuffImportTree()
645 bitNum += 8; in HuffImportTree()
649 pTable[ idx++ ] = (u16)( ( data >> (bitNum - bitSize) ) & bitMask ); in HuffImportTree()
651 bitNum -= bitSize; in HuffImportTree()