Changeset 1239 in 3DVCSoftware for branches/HTM-14.1-update-dev1-RWTH/source/App/TAppEncoder
- Timestamp:
- 31 May 2015, 20:35:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-RWTH/source/App/TAppEncoder/TAppEncCfg.cpp
r1227 r1239 2292 2292 2293 2293 dimBitOffset[ 0 ] = 0; 2294 for (Int j = 1; j <= (( Int) m_dimIds.size() - m_splittingFlag? 1 : 0); j++ )2294 for (Int j = 1; j <= (((Int) m_dimIds.size() - m_splittingFlag) ? 1 : 0); j++ ) 2295 2295 { 2296 2296 dimBitOffset[ j ] = dimBitOffset[ j - 1 ] + m_dimensionIdLen[ j - 1];
Note: See TracChangeset for help on using the changeset viewer.