Searched refs:rootNo (Results 1 – 1 of 1) sorted by relevance
559 void HuffMakeHuffTree ( HuffCompressionInfo* info, u16 rootNo );586 u16 rootNo; // Binary tree's root number in CompressHuffman() local605 rootNo = HuffConstructTree( info.huffTable, huffDataNum ); in CompressHuffman()608 HuffMakeHuffTree( &info, rootNo ); in CompressHuffman()754 u16 rootNo; // Binary tree's root number in HuffConstructTree() local819 rootNo = tableTop; in HuffConstructTree()848 …HuffAddCodeToTable( table, rootNo, 0x00 ); // The Huffman code is the code with HuffCode's … in HuffConstructTree()851 HuffAddCountHWordToTable( table, rootNo ); in HuffConstructTree()853 return rootNo; in HuffConstructTree()917 void HuffMakeHuffTree( HuffCompressionInfo* info, u16 rootNo ) in HuffMakeHuffTree() argument[all …]