Searched refs:LeafDepth (Results 1 – 1 of 1) sorted by relevance
550 u16 LeafDepth; // Depth to leaf member835 table[ tableTop ].LeafDepth = 1; in HuffConstructTree()853 if ( table[ leftNo ].LeafDepth > table[ rightNo ].LeafDepth ) in HuffConstructTree()855 table[ tableTop ].LeafDepth = (u16)( table[ leftNo ].LeafDepth + 1 ); in HuffConstructTree()859 table[ tableTop ].LeafDepth = (u16)( table[ rightNo ].LeafDepth + 1 ); in HuffConstructTree()889 if ( table[ leftNo ].LeafDepth != 0 ) in HuffAddParentDepthToTable()893 if ( table[ rightNo ].LeafDepth != 0 ) in HuffAddParentDepthToTable()906 if ( table[ nodeNo ].LeafDepth != 0 ) in HuffAddCodeToTable()921 switch ( table[ nodeNo ].LeafDepth ) in HuffAddCountHWordToTable()1177 if ( huffTable[ huffTable[nodeNo].ChNo[0] ].LeafDepth == 0) in HuffSetOneNodeOffset()[all …]