Changeset 40 in 3DVCSoftware for branches/0.3-ericsson/source/App/TAppEncoder
- Timestamp:
- 25 Mar 2012, 13:04:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-ericsson/source/App/TAppEncoder/TAppEncTop.cpp
r34 r40 145 145 #endif 146 146 147 #if BITSTREAM_EXTRACTION 148 m_acTEncTopList[iViewIdx]->setLayerId ( ( (UInt)iViewIdx ) << 1 ); 149 #endif 147 150 m_acTEncTopList[iViewIdx]->setViewId ( (UInt)iViewIdx ); 148 151 m_acTEncTopList[iViewIdx]->setViewOrderIdx ( m_cCameraData.getViewOrderIndex()[ iViewIdx ] ); … … 337 340 #endif 338 341 342 #if BITSTREAM_EXTRACTION 343 m_acTEncDepthTopList[iViewIdx]->setLayerId ( ( ( (UInt)iViewIdx ) << 1 ) + 1 ); 344 #endif 339 345 m_acTEncDepthTopList[iViewIdx]->setViewId ( (UInt)iViewIdx ); 340 346 m_acTEncDepthTopList[iViewIdx]->setViewOrderIdx ( m_cCameraData.getViewOrderIndex()[ iViewIdx ] );
Note: See TracChangeset for help on using the changeset viewer.