Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXCompression.c580 static u16 HuffConstructTree( HuffData* table, u32 dataNum );
631 rootNo = HuffConstructTree( info.huffTable, huffDataNum ); in CXCompressHuffman()
774 static u16 HuffConstructTree( HuffData *table, u32 dataNum ) in HuffConstructTree() function