Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXCompression.c778 u16 tableTop = (u16)dataNum; // The table top number at time of table's creation in HuffConstructTree() local
788 for ( i = 0; i < tableTop; i++ ) in HuffConstructTree()
807 for ( i = 0; i < tableTop; i++ ) in HuffConstructTree()
830 if ( tableTop == dataNum ) in HuffConstructTree()
832 table[ tableTop ].Freq = table[ leftNo ].Freq; in HuffConstructTree()
833 table[ tableTop ].ChNo[0] = (s16)leftNo; in HuffConstructTree()
834 table[ tableTop ].ChNo[1] = (s16)leftNo; in HuffConstructTree()
835 table[ tableTop ].LeafDepth = 1; in HuffConstructTree()
836 table[ leftNo ].PaNo = (s16)tableTop; in HuffConstructTree()
842 tableTop--; in HuffConstructTree()
[all …]