Searched refs:mOutputMask (Results 1 – 1 of 1) sorted by relevance
265 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable1210 if ((mOutputMask >>= 1) == 0) { in Output()1211 mOutputMask = 1U << (UINT8_BIT - 1); in Output()1222 mBuf[CPos] |= mOutputMask; in Output()1246 mOutputPos = mOutputMask = 0; in HufEncodeStart()