Searched refs:mnNextBitPos (Results 1 – 1 of 1) sorted by relevance
1682 sal_uInt32 mnNextBitPos; member1686 , mnNextBitPos( 8 ) in BitStreamState()1691 void flush() { mnNextBitPos = 8; mnBuffer = 0; } in flush()1696 while( i_nLength > io_rState.mnNextBitPos ) in putG4Bits()1698 … io_rState.mnBuffer |= static_cast<sal_uInt8>( i_nCode >> (i_nLength - io_rState.mnNextBitPos) ); in putG4Bits()1699 i_nLength -= io_rState.mnNextBitPos; in putG4Bits()1705 …= static_cast<sal_uInt8>( (i_nCode & msbmask[i_nLength]) << (io_rState.mnNextBitPos - i_nLength) ); in putG4Bits()1706 io_rState.mnNextBitPos -= i_nLength; in putG4Bits()1707 if( io_rState.mnNextBitPos == 0 ) in putG4Bits()2040 if( aBitState.mnNextBitPos != 8 ) in writeG4Stream()
Completed in 21 milliseconds