Changeset 296 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComBitStream.cpp
- Timestamp:
- 20 Feb 2013, 22:07:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComBitStream.cpp
r56 r296 73 73 m_puiTileMarkerLocation = new UInt[MAX_MARKER_PER_NALU]; 74 74 m_uiTileMarkerLocationCount = 0; 75 #if TILES_WPP_ENTRY_POINT_SIGNALLING76 75 m_numBitsRead = 0; 77 #endif78 76 } 79 77 … … 212 210 assert( uiNumberOfBits <= 32 ); 213 211 214 #if TILES_WPP_ENTRY_POINT_SIGNALLING215 212 m_numBitsRead += uiNumberOfBits; 216 #endif217 213 218 214 /* NB, bits are extracted from the MSB of each byte. */ … … 334 330 buf->push_back(uiByte); 335 331 } 336 #if OL_FLUSH &&!OL_FLUSH_ALIGN332 #if !OL_FLUSH_ALIGN 337 333 buf->push_back(0); // The final chunk might not start byte aligned. 338 334 #endif
Note: See TracChangeset for help on using the changeset viewer.