Searched refs:LeafDepth (Results 1 – 1 of 1) sorted by relevance
522 u16 LeafDepth; // Depth to leaf member810 table[ tableTop ].LeafDepth = 1; in HuffConstructTree()828 if ( table[ leftNo ].LeafDepth > table[ rightNo ].LeafDepth ) in HuffConstructTree()830 table[ tableTop ].LeafDepth = (u16)( table[ leftNo ].LeafDepth + 1 ); in HuffConstructTree()834 table[ tableTop ].LeafDepth = (u16)( table[ rightNo ].LeafDepth + 1 ); in HuffConstructTree()864 if ( table[ leftNo ].LeafDepth != 0 ) in HuffAddParentDepthToTable()868 if ( table[ rightNo ].LeafDepth != 0 ) in HuffAddParentDepthToTable()881 if ( table[ nodeNo ].LeafDepth != 0 ) in HuffAddCodeToTable()896 switch ( table[ nodeNo ].LeafDepth ) in HuffAddCountHWordToTable()1153 if ( huffTable[ huffTable[nodeNo].ChNo[0] ].LeafDepth == 0) in HuffSetOneNodeOffset()[all …]