Changeset 1353 in 3DVCSoftware
- Timestamp:
- 15 Oct 2015, 16:44:38 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-NICT/source/Lib/TLibCommon/TComBitStream.cpp
r1349 r1353 113 113 { 114 114 assert( uiNumberOfBits <= 32 ); 115 #if !NH_3D116 115 assert( uiNumberOfBits == 32 || (uiBits & (~0 << uiNumberOfBits)) == 0 ); 117 #endif118 116 119 117 /* any modulo 8 remainder of num_total_bits cannot be written this time,
Note: See TracChangeset for help on using the changeset viewer.