Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp521 u16 PaDepth; // Parent node depth member
813 table[ leftNo ].PaDepth = 1; in HuffConstructTree()
861 table[ leftNo ].PaDepth++; in HuffAddParentDepthToTable()
862 table[ rightNo ].PaDepth++; in HuffAddParentDepthToTable()
1209 bitStream = (bitStream << table[ val ].PaDepth) | table[ val ].HuffCode; in HuffConvertData()
1210 streamLength += table[ val ].PaDepth; in HuffConvertData()
1236 bitStream = (bitStream << table[ srcTmp ].PaDepth) | table[ srcTmp ].HuffCode; in HuffConvertData()
1237 streamLength += table[ srcTmp ].PaDepth; in HuffConvertData()