Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/cx/src/
DCXCompression.c485 u16 LeafDepth; // Depth to leaf member
758 table[ tableTop ].LeafDepth = 1; in HuffConstructTree()
776 if ( table[ leftNo ].LeafDepth > table[ rightNo ].LeafDepth ) in HuffConstructTree()
778 table[ tableTop ].LeafDepth = (u16)( table[ leftNo ].LeafDepth + 1 ); in HuffConstructTree()
782 table[ tableTop ].LeafDepth = (u16)( table[ rightNo ].LeafDepth + 1 ); in HuffConstructTree()
812 if ( table[ leftNo ].LeafDepth != 0 ) in HuffAddParentDepthToTable()
816 if ( table[ rightNo ].LeafDepth != 0 ) in HuffAddParentDepthToTable()
829 if ( table[ nodeNo ].LeafDepth != 0 ) in HuffAddCodeToTable()
844 switch ( table[ nodeNo ].LeafDepth ) in HuffAddCountHWordToTable()
1100 if ( huffTable[ huffTable[nodeNo].ChNo[0] ].LeafDepth == 0) in HuffSetOneNodeOffset()
[all …]