Home
last modified time | relevance | path

Searched refs:Bit (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXCompression.c552 u8 Bit; // Node's bit data member
837 table[ leftNo ].Bit = 0; in HuffConstructTree()
863 table[ leftNo ].Bit = 0; in HuffConstructTree()
864 table[ rightNo ].Bit = 1; in HuffConstructTree()
904 table[ nodeNo ].HuffCode = (paHuffCode << 1) | table[ nodeNo ].Bit; in HuffAddCodeToTable()