Lines Matching refs:LeafDepth
485 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()
1113 if ( huffTable[ huffTable[ nodeNo ].ChNo[1] ].LeafDepth == 0 ) in HuffSetOneNodeOffset()