Changeset 91 in 3DVCSoftware for branches/HTM-3.1-Qualcomm/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 1 Jul 2012, 08:23:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-3.1-Qualcomm/source/Lib/TLibEncoder/TEncGOP.cpp
r77 r91 691 691 // init view component and predict virtual depth map 692 692 m_pcDepthMapGenerator->initViewComponent( pcPic ); 693 #if !QC_MULTI_DIS_CAN 693 694 m_pcDepthMapGenerator->predictDepthMap ( pcPic ); 694 695 #endif 696 #endif 695 697 #if HHI_INTER_VIEW_MOTION_PRED 698 //#if !QC_MULTI_DIS_CAN 696 699 m_pcDepthMapGenerator->covertOrgDepthMap( pcPic ); 700 //#endif 697 701 #endif 698 702 #if HHI_INTER_VIEW_RESIDUAL_PRED … … 758 762 #endif 759 763 #if DEPTH_MAP_GENERATION 764 #if !QC_MULTI_DIS_CAN 760 765 // update virtual depth map 761 766 m_pcDepthMapGenerator->updateDepthMap( pcPic ); 767 #endif 762 768 #endif 763 769
Note: See TracChangeset for help on using the changeset viewer.