Searched refs:Bit (Results 1 – 1 of 1) sorted by relevance
487 u8 Bit; // Node's bit data member760 table[ leftNo ].Bit = 0; in HuffConstructTree()786 table[ leftNo ].Bit = 0; in HuffConstructTree()787 table[ rightNo ].Bit = 1; in HuffConstructTree()827 table[ nodeNo ].HuffCode = (paHuffCode << 1) | table[ nodeNo ].Bit; in HuffAddCodeToTable()