Changeset 97 in 3DVCSoftware for branches/HTM-3.1-LG/source/Lib/TLibCommon/TComPic.h
- Timestamp:
- 6 Aug 2012, 05:35:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-3.1-LG/source/Lib/TLibCommon/TComPic.h
r93 r97 73 73 #endif 74 74 75 #if LG_ZEROINTRADEPTHRESI_M26039 76 Int m_uiIntraPeriod; 77 #endif 78 75 79 #if HHI_INTER_VIEW_MOTION_PRED 76 80 TComPicYuv* m_pcOrgDepthMap; // original depth map … … 129 133 #if VIDYO_VPS_INTEGRATION 130 134 TComVPS* getVPS() { return m_apcPicSym->getSlice(m_uiCurrSliceIdx)->getVPS(); } 135 #endif 136 #if LG_ZEROINTRADEPTHRESI_M26039 137 Int getIntraPeriod() { return m_uiIntraPeriod; } 138 Void setIntraPeriod(Int uiIntraPeriod) { m_uiIntraPeriod = uiIntraPeriod; } 131 139 #endif 132 140 TComSPS* getSPS() { return m_apcPicSym->getSlice(m_uiCurrSliceIdx)->getSPS(); }
Note: See TracChangeset for help on using the changeset viewer.