Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c704 u32 Freq; // Frequency of occurrence member
801 HuffTable[srcp[i]].Freq++; // 8-bit encoding in MI_CompressHuffman()
809 HuffTable[tmp].Freq++; // The problem is the encoding in MI_CompressHuffman()
811 HuffTable[tmp].Freq++; in MI_CompressHuffman()
823 if ((HuffTable[i].Freq != 0) && (HuffTable[i].PaNo == 0)) in MI_CompressHuffman()
831 if ((HuffTable[i].Freq != 0) && in MI_CompressHuffman()
832 (HuffTable[i].PaNo == 0) && (HuffTable[i].Freq < HuffTable[leftNo].Freq)) in MI_CompressHuffman()
840 if ((HuffTable[i].Freq != 0) && (HuffTable[i].PaNo == 0) && (i != leftNo)) in MI_CompressHuffman()
848 if ((HuffTable[i].Freq != 0) && in MI_CompressHuffman()
850 (HuffTable[i].Freq < HuffTable[rightNo].Freq) && (i != leftNo)) in MI_CompressHuffman()
[all …]