Changeset 142 in SHVCSoftware for branches/SHM-2.0-dev/source


Ignore:
Timestamp:
2 May 2013, 19:33:48 (12 years ago)
Author:
seregin
Message:

clean up macro MV_SCALING_POS_FIX

Location:
branches/SHM-2.0-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/Lib/TLibCommon/TComDataCU.cpp

    r141 r142  
    25372537  if(m_layerId) 
    25382538  {
    2539 #if MV_SCALING_POS_FIX
    25402539    pcColCU = getBaseColCU( xP + nPSW/2, yP + nPSH/2, uiCUAddrBase, uiAbsPartAddrBase );
    2541 #else
    2542     UInt uiPartIdxCenter;
    2543     xDeriveCenterIdx( cCurPS, uiPUIdx, uiPartIdxCenter );
    2544     uiPartIdxCenter -= m_uiAbsIdxInLCU;
    2545     pcColCU = getBaseColCU( uiPartIdxCenter, uiCUAddrBase, uiAbsPartAddrBase );
    2546 #endif
    25472540   
    25482541#if INTRA_BL
  • branches/SHM-2.0-dev/source/Lib/TLibCommon/TypeDef.h

    r141 r142  
    6262#define CHROMA_UPSAMPLING                1      ///< L0335: Chroma upsampling with 5 bits coefficients
    6363
    64 #define MV_SCALING_POS_FIX               1      ///< use center pixels to get co-located base layer block
    6564#define SIMPLIFIED_MV_POS_SCALING        1      ///< M0133/M0449: inter-layer MV scaling and pixel mapping position calculation
    6665#define MFM_CLIPPING_FIX                 1      ///< set the right picture size for the clipping
Note: See TracChangeset for help on using the changeset viewer.