Lines Matching refs:Root
229 IN INT32 Root
1133 UINT32 i, k, Flags, Root, Pos, Size;
1136 Root = MakeTree(NC, mCFreq, mCLen, mCCode);
1137 Size = mCFreq[Root];
1139 if (Root >= NC) {
1141 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode);
1142 if (Root >= NT) {
1146 PutBits(TBIT, Root);
1153 PutBits(CBIT, Root);
1155 Root = MakeTree(NP, mPFreq, mPTLen, mPTCode);
1156 if (Root >= NP) {
1160 PutBits(PBIT, Root);
1414 IN INT32 Root
1424 Root - the root of the tree
1434 CountLen(Root);
1548 Root of the Huffman tree.
1555 // make tree, calculate len[], return root
1606 // return root