Changeset 1227 in 3DVCSoftware for branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibCommon/TComPrediction.h
- Timestamp:
- 22 May 2015, 15:07:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibCommon/TComPrediction.h
r1221 r1227 171 171 #endif 172 172 #if TEMP_SDC_CLEANUP // PM: consider this cleanup for SDC 173 #if NH_3D_ INTRA_SDC173 #if NH_3D_SDC_INTRA 174 174 Void predConstantSDC ( Pel* ptrSrc, UInt srcStride, UInt uiSize, Pel& predDC ); 175 175 #endif 176 176 #else // PM: should be obsolete after cleanup 177 #if NH_3D_ INTRA_SDC177 #if NH_3D_SDC_INTRA 178 178 Void analyzeSegmentsSDC ( Pel* pOrig, UInt uiStride, UInt uiSize, Pel* rpSegMeans, UInt uiNumSegments, Bool* pMask, UInt uiMaskStride, UInt uiIntraMode, Bool orgDC=false ); 179 179 #endif
Note: See TracChangeset for help on using the changeset viewer.