Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/cx/src/
DCXCompression.c480 u32 Freq; // Frequency of occurrence member
674 table[ srcp[ i ] ].Freq++; // 8-bit encoding in HuffCountData()
682 table[ tmp ].Freq++; // Store from upper 4 bits forward // Either is OK in HuffCountData()
684 table[ tmp ].Freq++; // The problem is the encoding in HuffCountData()
713 if ( ( table[i].Freq == 0 ) || in HuffConstructTree()
723 else if ( table[i].Freq < table[ leftNo ].Freq ) in HuffConstructTree()
732 if ( ( table[i].Freq == 0 ) || in HuffConstructTree()
743 else if ( table[i].Freq < table[rightNo].Freq ) in HuffConstructTree()
755 table[ tableTop ].Freq = table[ leftNo ].Freq; in HuffConstructTree()
773 table[ tableTop ].Freq = table[ leftNo ].Freq + table[ rightNo ].Freq; in HuffConstructTree()