Lines Matching refs:PutBits
860 PutBits ( in PutBits() function
902 PutBits (mCLen[LoopVar5], mCCode[LoopVar5]); in EncodeC()
926 PutBits (mPTLen[LoopVar5], mPTCode[LoopVar5]); in EncodeP()
928 PutBits(LoopVar5 - 1, LoopVar7 & (0xFFFFU >> (17 - LoopVar5))); in EncodeP()
1008 PutBits (nbit, LoopVar8); in WritePTLen()
1013 PutBits (3, LoopVar3); in WritePTLen()
1015 PutBits (LoopVar3 - 3, (1U << (LoopVar3 - 3)) - 2); in WritePTLen()
1023 PutBits (2, (LoopVar1 - 3) & 3); in WritePTLen()
1049 PutBits (CBIT, LoopVar8); in WriteCLen()
1062 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
1065 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen()
1066 PutBits (4, Count - 3); in WriteCLen()
1068 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
1069 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen()
1070 PutBits (4, 15); in WriteCLen()
1072 PutBits (mPTLen[2], mPTCode[2]); in WriteCLen()
1073 PutBits (CBIT, Count - 20); in WriteCLen()
1077 PutBits (mPTLen[LoopVar3 + 2], mPTCode[LoopVar3 + 2]); in WriteCLen()
1106 PutBits (16, Size); in SendBlock()
1113 PutBits (TBIT, 0); in SendBlock()
1114 PutBits (TBIT, Root); in SendBlock()
1119 PutBits (TBIT, 0); in SendBlock()
1120 PutBits (TBIT, 0); in SendBlock()
1121 PutBits (CBIT, 0); in SendBlock()
1122 PutBits (CBIT, Root); in SendBlock()
1129 PutBits (PBIT, 0); in SendBlock()
1130 PutBits (PBIT, Root); in SendBlock()
1227 PutBits (UINT8_BIT - 1, 0); in HufEncodeEnd()