Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXCompression.c549 u16 PaDepth; // Parent node depth member
838 table[ leftNo ].PaDepth = 1; in HuffConstructTree()
886 table[ leftNo ].PaDepth++; in HuffAddParentDepthToTable()
887 table[ rightNo ].PaDepth++; in HuffAddParentDepthToTable()
1233 bitStream = (bitStream << table[ val ].PaDepth) | table[ val ].HuffCode; in HuffConvertData()
1234 streamLength += table[ val ].PaDepth; in HuffConvertData()
1260 bitStream = (bitStream << table[ srcTmp ].PaDepth) | table[ srcTmp ].HuffCode; in HuffConvertData()
1261 streamLength += table[ srcTmp ].PaDepth; in HuffConvertData()