Lines Matching refs:mPTLen
87 STATIC UINT8 mPTLen[NPT]; variable
926 PutBits (mPTLen[LoopVar5], mPTCode[LoopVar5]); in EncodeP()
1004 while (LoopVar8 > 0 && mPTLen[LoopVar8 - 1] == 0) { in WritePTLen()
1011 LoopVar3 = mPTLen[LoopVar1++]; in WritePTLen()
1019 while (LoopVar1 < 6 && mPTLen[LoopVar1] == 0) { in WritePTLen()
1062 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
1065 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen()
1068 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
1069 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen()
1072 PutBits (mPTLen[2], mPTCode[2]); in WriteCLen()
1077 PutBits (mPTLen[LoopVar3 + 2], mPTCode[LoopVar3 + 2]); in WriteCLen()
1109 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode); in SendBlock()
1125 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode); in SendBlock()