Changeset 100 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecGop.cpp
- Timestamp:
- 9 Aug 2012, 12:53:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecGop.cpp
r56 r100 303 303 { 304 304 m_pcDepthMapGenerator->initViewComponent( rpcPic ); 305 #if !QC_MULTI_DIS_CAN 305 306 m_pcDepthMapGenerator->predictDepthMap ( rpcPic ); 307 #endif 306 308 #if HHI_INTER_VIEW_RESIDUAL_PRED 307 309 m_pcResidualGenerator->initViewComponent( rpcPic ); … … 339 341 #endif 340 342 #if DEPTH_MAP_GENERATION 343 #if !QC_MULTI_DIS_CAN 341 344 // update virtual depth map 342 345 m_pcDepthMapGenerator->updateDepthMap( rpcPic ); 346 #endif 343 347 #endif 344 348 // deblocking filter
Note: See TracChangeset for help on using the changeset viewer.