Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXCompression.c545 u32 Freq; // Frequency of occurrence member
751 table[ srcp[ i ] ].Freq++; // 8-bit encoding in HuffCountData()
759 table[ tmp ].Freq++; // Store from upper 4 bits first // Either is OK in HuffCountData()
761 table[ tmp ].Freq++; // The problem is the encoding in HuffCountData()
790 if ( ( table[i].Freq == 0 ) || in HuffConstructTree()
800 else if ( table[i].Freq < table[ leftNo ].Freq ) in HuffConstructTree()
809 if ( ( table[i].Freq == 0 ) || in HuffConstructTree()
820 else if ( table[i].Freq < table[rightNo].Freq ) in HuffConstructTree()
832 table[ tableTop ].Freq = table[ leftNo ].Freq; in HuffConstructTree()
850 table[ tableTop ].Freq = table[ leftNo ].Freq + table[ rightNo ].Freq; in HuffConstructTree()