Changeset 125 in SHVCSoftware for trunk/source/Lib/TLibCommon/TComBitCounter.h
- Timestamp:
- 16 Apr 2013, 06:39:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComBitCounter.h
r2 r125 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 2, ITU/ISO/IEC6 * Copyright (c) 2010-2013, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 62 62 virtual ~TComBitCounter() {} 63 63 64 Void write ( UInt uiBits, UInt uiNumberOfBits ) { m_uiBitCounter += uiNumberOfBits; }64 Void write ( UInt /*uiBits*/, UInt uiNumberOfBits ) { m_uiBitCounter += uiNumberOfBits; } 65 65 Void resetBits () { m_uiBitCounter = 0; } 66 66 UInt getNumberOfWrittenBits() const { return m_uiBitCounter; }
Note: See TracChangeset for help on using the changeset viewer.