Changeset 93 in 3DVCSoftware for branches/HTM-3.1-Qualcomm/source/Lib/TLibCommon/TComDepthMapGenerator.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/TComDepthMapGenerator.h
r91 r93 176 176 Bool xPredictDepthMap ( TComPic* pcPic ); 177 177 Bool xFillDepthMapHoles ( TComPic* pcPic ); 178 Void xClearDepthMap ( TComPic* pcPic, Int iVal = PDM_UNDEFINED_DEPTH ); 178 Void xClearDepthMap ( TComPic* pcPic, Int iVal = PDM_UNDEFINED_DEPTH 179 #if PDM_REMOVE_DEPENDENCE 180 , 181 Int forFirstNonBaseView = 0 182 #endif 183 ); 179 184 Void xSetChroma ( TComPicYuv* pcPic, Int iVal ); 180 185
Note: See TracChangeset for help on using the changeset viewer.