Changeset 91 in 3DVCSoftware for branches/HTM-3.1-Qualcomm/source/Lib/TLibDecoder
- Timestamp:
- 1 Jul 2012, 08:23:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/HTM-3.1-Qualcomm/source/Lib/TLibDecoder/TDecGop.cpp ¶
r56 r91 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.