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