Lines Matching defs:HuffData
515 struct HuffData struct
517 u32 Freq; // Frequency of occurrence
518 u16 No; // Data number
519 s16 PaNo; // Parent number
520 s16 ChNo[2]; // Child Number (0: left side, 1: right side)
521 u16 PaDepth; // Parent node depth
522 u16 LeafDepth; // Depth to leaf
523 u32 HuffCode; // Huffman code
524 u8 Bit; // Node's bit data
525 u8 _padding;
526 …e node, the amount of memory needed to store in HuffTree the subtree that has that node as its root