Searched refs:bitSize (Results 1 – 3 of 3) sorted by relevance
651 MIi_HuffImportTree( u16* pTable, const u8* srcp, u8 bitSize, u32 srcRemainSize ) in MIi_HuffImportTree() argument657 u32 bitMask = (1 << bitSize) - 1U; in MIi_HuffImportTree()659 const u32 MAX_IDX = (u32)( (1 << bitSize) * 2 ); in MIi_HuffImportTree()661 if ( bitSize > 8 ) in MIi_HuffImportTree()681 while ( bitNum < bitSize ) in MIi_HuffImportTree()690 pTable[ idx++ ] = (u16)( ( data >> (bitNum - bitSize) ) & bitMask ); in MIi_HuffImportTree()692 bitNum -= bitSize; in MIi_HuffImportTree()715 u32 bitSize = *pSrc & 0xFU; in MI_SecureUnfilterDiff() local725 if ( (bitSize != 0) && (bitSize != 1) ) in MI_SecureUnfilterDiff()741 if ( bitSize != 1 ) in MI_SecureUnfilterDiff()
87 context->bitSize = (u8)header->compParam; in MI_InitUncompContextHuffman()637 … ldrb r11, [r0, #MIUncompContextHuffman.bitSize] // r11: bitSize = context->bitSize; in MI_ReadUncompHuffman()725 … strb r11, [r0, #MIUncompContextHuffman.bitSize] // r11: context->bitSize = bitSize; in MI_ReadUncompHuffman()
68 u8 bitSize; // Size of encoded bits 1B member