Lines Matching refs:LeafDepth
522 u16 LeafDepth; // Depth to leaf member
810 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()
1166 if ( huffTable[ huffTable[ nodeNo ].ChNo[1] ].LeafDepth == 0 ) in HuffSetOneNodeOffset()