Changeset 93 in 3DVCSoftware for branches/HTM-3.1-Qualcomm/source/Lib/TLibCommon/TComPic.h
- Timestamp:
- 25 Jul 2012, 01:59:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-3.1-Qualcomm/source/Lib/TLibCommon/TComPic.h
r91 r93 67 67 #if DEPTH_MAP_GENERATION 68 68 TComPicYuv* m_pcPredDepthMap; // estimated depth map 69 #if PDM_REMOVE_DEPENDENCE 70 TComPicYuv* m_pcPredDepthMap_temp; // estimated depth map 71 Bool m_bPDMV2; 72 #endif 69 73 #endif 70 74 … … 139 143 #if DEPTH_MAP_GENERATION 140 144 TComPicYuv* getPredDepthMap() { return m_pcPredDepthMap; } 141 #endif 142 145 #if PDM_REMOVE_DEPENDENCE 146 TComPicYuv* getPredDepthMapTemp() { return m_pcPredDepthMap_temp; } 147 Void setStoredPDMforV2(Bool flag) { m_bPDMV2 = flag;} 148 Bool getStoredPDMforV2() { return m_bPDMV2;} 149 #endif 150 151 #endif 143 152 #if HHI_INTER_VIEW_MOTION_PRED 144 153 TComPicYuv* getOrgDepthMap() { return m_pcOrgDepthMap; }
Note: See TracChangeset for help on using the changeset viewer.