Changeset 142 in SHVCSoftware for branches/SHM-2.0-dev/source
- Timestamp:
- 2 May 2013, 19:33:48 (12 years ago)
- 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 2537 2537 if(m_layerId) 2538 2538 { 2539 #if MV_SCALING_POS_FIX2540 2539 pcColCU = getBaseColCU( xP + nPSW/2, yP + nPSH/2, uiCUAddrBase, uiAbsPartAddrBase ); 2541 #else2542 UInt uiPartIdxCenter;2543 xDeriveCenterIdx( cCurPS, uiPUIdx, uiPartIdxCenter );2544 uiPartIdxCenter -= m_uiAbsIdxInLCU;2545 pcColCU = getBaseColCU( uiPartIdxCenter, uiCUAddrBase, uiAbsPartAddrBase );2546 #endif2547 2540 2548 2541 #if INTRA_BL -
branches/SHM-2.0-dev/source/Lib/TLibCommon/TypeDef.h
r141 r142 62 62 #define CHROMA_UPSAMPLING 1 ///< L0335: Chroma upsampling with 5 bits coefficients 63 63 64 #define MV_SCALING_POS_FIX 1 ///< use center pixels to get co-located base layer block65 64 #define SIMPLIFIED_MV_POS_SCALING 1 ///< M0133/M0449: inter-layer MV scaling and pixel mapping position calculation 66 65 #define MFM_CLIPPING_FIX 1 ///< set the right picture size for the clipping
Note: See TracChangeset for help on using the changeset viewer.