Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c708 u16 PaDepth; // Parent node depth member
867 HuffTable[leftNo].PaDepth = 1; in MI_CompressHuffman()
943 bitStream = (bitStream << HuffTable[ val ].PaDepth) | HuffTable[ val ].HuffCode; in MI_CompressHuffman()
944 streamLength += HuffTable[ val ].PaDepth; in MI_CompressHuffman()
969 bitStream = (bitStream << HuffTable[srcTmp].PaDepth) | HuffTable[srcTmp].HuffCode; in MI_CompressHuffman()
970 streamLength += HuffTable[srcTmp].PaDepth; in MI_CompressHuffman()
1297 HuffTable[leftNo].PaDepth++; in HuffUpdateParentDepth()
1298 HuffTable[rightNo].PaDepth++; in HuffUpdateParentDepth()