Changeset 378 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib
- Timestamp:
- 30 Aug 2013, 03:42:16 (11 years ago)
- Location:
- branches/SHM-3.1-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComDataCU.cpp
r375 r378 3946 3946 } 3947 3947 3948 #if SVC_ COL_BLK3948 #if SVC_EXTENSION 3949 3949 TComDataCU* TComDataCU::getBaseColCU( UInt refLayerIdc, UInt uiCuAbsPartIdx, UInt &uiCUAddrBase, UInt &uiAbsPartIdxBase, Int iMotionMapping ) 3950 3950 { -
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComDataCU.h
r377 r378 539 539 540 540 #if SVC_EXTENSION 541 #if SVC_COL_BLK542 541 TComDataCU* getBaseColCU( UInt refLayerIdc, UInt uiCuAbsPartIdx, UInt &uiCUAddrBase, UInt &uiAbsPartIdxBase, Int iMotionMapping = 0 ); 543 542 TComDataCU* getBaseColCU( UInt refLayerIdc, UInt uiPelX, UInt uiPelY, UInt &uiCUAddrBase, UInt &uiAbsPartIdxBase, Int iMotionMapping = 0 ); 544 543 Void scaleBaseMV( UInt refLayerIdc, TComMvField& rcMvFieldEnhance, TComMvField& rcMvFieldBase ); 545 #endif546 544 #endif 547 545 }; -
branches/SHM-3.1-dev/source/Lib/TLibCommon/TypeDef.h
r377 r378 82 82 #define DERIVE_LAYER_ID_LIST_VARIABLES 1 ///< Derived variables based on the variables in VPS - for use in syntax table parsing 83 83 84 #define SVC_COL_BLK 1 ///< get co-located block85 84 #define SVC_UPSAMPLING 1 ///< upsampling filters 86 85 #define ROUNDING_OFFSET 1 ///< JCTVC-N0111: upsampling rounding offset using scalling factors
Note: See TracChangeset for help on using the changeset viewer.