Changeset 378 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib


Ignore:
Timestamp:
30 Aug 2013, 03:42:16 (11 years ago)
Author:
seregin
Message:

remove SVC_COL_BLK

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  
    39463946}
    39473947
    3948 #if SVC_COL_BLK
     3948#if SVC_EXTENSION
    39493949TComDataCU*  TComDataCU::getBaseColCU( UInt refLayerIdc, UInt uiCuAbsPartIdx, UInt &uiCUAddrBase, UInt &uiAbsPartIdxBase, Int iMotionMapping )
    39503950{
  • branches/SHM-3.1-dev/source/Lib/TLibCommon/TComDataCU.h

    r377 r378  
    539539
    540540#if SVC_EXTENSION
    541 #if SVC_COL_BLK
    542541  TComDataCU*   getBaseColCU( UInt refLayerIdc, UInt uiCuAbsPartIdx, UInt &uiCUAddrBase, UInt &uiAbsPartIdxBase, Int iMotionMapping = 0 );
    543542  TComDataCU*   getBaseColCU( UInt refLayerIdc, UInt uiPelX, UInt uiPelY, UInt &uiCUAddrBase, UInt &uiAbsPartIdxBase, Int iMotionMapping = 0 );
    544543  Void          scaleBaseMV( UInt refLayerIdc, TComMvField& rcMvFieldEnhance, TComMvField& rcMvFieldBase );
    545 #endif
    546544#endif
    547545};
  • branches/SHM-3.1-dev/source/Lib/TLibCommon/TypeDef.h

    r377 r378  
    8282#define DERIVE_LAYER_ID_LIST_VARIABLES   1      ///< Derived variables based on the variables in VPS - for use in syntax table parsing
    8383
    84 #define SVC_COL_BLK                      1      ///< get co-located block
    8584#define SVC_UPSAMPLING                   1      ///< upsampling filters
    8685#define ROUNDING_OFFSET                  1      ///< JCTVC-N0111: upsampling rounding offset using scalling factors
Note: See TracChangeset for help on using the changeset viewer.