Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp552 u16 HuffConstructTree( HuffData* table, u32 dataNum );
605 rootNo = HuffConstructTree( info.huffTable, huffDataNum ); in CompressHuffman()
749 u16 HuffConstructTree( HuffData *table, u32 dataNum ) in HuffConstructTree() function