Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/cx/src/
DCXCompression.c484 u16 PaDepth; // Parent node depth member
761 table[ leftNo ].PaDepth = 1; in HuffConstructTree()
809 table[ leftNo ].PaDepth++; in HuffAddParentDepthToTable()
810 table[ rightNo ].PaDepth++; in HuffAddParentDepthToTable()
1155 bitStream = (bitStream << table[ srcp[i] ].PaDepth) | table[ srcp[i] ].HuffCode; in HuffConvertData()
1156 streamLength += table[ srcp[i] ].PaDepth; in HuffConvertData()
1182 bitStream = (bitStream << table[ srcTmp ].PaDepth) | table[ srcTmp ].HuffCode; in HuffConvertData()
1183 streamLength += table[ srcTmp ].PaDepth; in HuffConvertData()