Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c717 static HuffData *HuffTable; // [512] 12288B variable
739 HuffData HuffTable[512]; // 12288B member
780 HuffTable = ((HuffWork *) work)->HuffTable; in MI_CompressHuffman()
792 HuffTable[i] = HuffTableInitData; in MI_CompressHuffman()
793 HuffTable[i].No = (u16)i; in MI_CompressHuffman()
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()
[all …]