Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp559 void HuffMakeHuffTree ( HuffCompressionInfo* info, u16 rootNo );
586 u16 rootNo; // Binary tree's root number in CompressHuffman() local
605 rootNo = HuffConstructTree( info.huffTable, huffDataNum ); in CompressHuffman()
608 HuffMakeHuffTree( &info, rootNo ); in CompressHuffman()
754 u16 rootNo; // Binary tree's root number in HuffConstructTree() local
819 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 …]