Changeset 289 in 3DVCSoftware for branches/HTM-5.1-dev0/source/Lib/TLibDecoder
- Timestamp:
- 18 Feb 2013, 21:17:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecGop.cpp
r231 r289 303 303 { 304 304 m_pcDepthMapGenerator->initViewComponent( rpcPic ); 305 #if ! QC_MULTI_DIS_CAN_A0097305 #if !H3D_NBDV 306 306 m_pcDepthMapGenerator->predictDepthMap ( rpcPic ); 307 307 #endif … … 312 312 #endif 313 313 314 #if QC_SIMPLE_NBDV_B0047314 #if H3D_NBDV 315 315 if(pcSlice->getViewId() && pcSlice->getSPS()->getMultiviewMvPredMode()) 316 316 { … … 348 348 #endif 349 349 #if DEPTH_MAP_GENERATION 350 #if ! QC_MULTI_DIS_CAN_A0097350 #if !H3D_NBDV 351 351 // update virtual depth map 352 352 m_pcDepthMapGenerator->updateDepthMap( rpcPic );
Note: See TracChangeset for help on using the changeset viewer.