Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp753 u16 tableTop = (u16)dataNum; // When creating table, the table top number in HuffConstructTree() local
763 for ( i = 0; i < tableTop; i++ ) in HuffConstructTree()
782 for ( i = 0; i < tableTop; i++ ) in HuffConstructTree()
805 if ( tableTop == dataNum ) in HuffConstructTree()
807 table[ tableTop ].Freq = table[ leftNo ].Freq; in HuffConstructTree()
808 table[ tableTop ].ChNo[0] = (s16)leftNo; in HuffConstructTree()
809 table[ tableTop ].ChNo[1] = (s16)leftNo; in HuffConstructTree()
810 table[ tableTop ].LeafDepth = 1; in HuffConstructTree()
811 table[ leftNo ].PaNo = (s16)tableTop; in HuffConstructTree()
817 tableTop--; in HuffConstructTree()
[all …]