Searched refs:HuffCountHWord (Results 1 – 1 of 1) sorted by relevance
696 static u8 HuffCountHWord(u16 nodeNo);905 (void)HuffCountHWord(rootNo); in MI_CompressHuffman()1327 static u8 HuffCountHWord(u16 nodeNo) in HuffCountHWord() function1339 leftHWord = HuffCountHWord((u16)HuffTable[nodeNo].ChNo[0]); in HuffCountHWord()1340 rightHWord = HuffCountHWord((u16)HuffTable[nodeNo].ChNo[1]); in HuffCountHWord()