Changeset 696 in 3DVCSoftware for branches/HTM-8.2-dev2-Samsung/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 15 Nov 2013, 01:35:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev2-Samsung/source/Lib/TLibCommon/TComDataCU.cpp
r690 r696 3522 3522 deriveLeftRightTopIdxGeneral( uiAbsPartIdx, uiPUIdx, uiPartIdxLT, uiPartIdxRT ); 3523 3523 deriveLeftBottomIdxGeneral ( uiAbsPartIdx, uiPUIdx, uiPartIdxLB ); 3524 #if SEC_MPI_ENABLING_MERGE_F0150 3525 Bool bMPIFlag = getSlice()->getVPS()->getMPIFlag( getSlice()->getLayerIdInVps() ); 3526 #endif 3524 3527 #if QC_DEPTH_IV_MRG_F0125 3525 3528 Bool bIsDepth = getSlice()->getIsDepth(); … … 3542 3545 ///////////////////////////////////////////// 3543 3546 3547 #if SEC_MPI_ENABLING_MERGE_F0150 3548 if( bMPIFlag) 3549 #else 3544 3550 if( m_pcSlice->getIsDepth()) 3551 #endif 3545 3552 { 3546 3553 UInt uiPartIdxCenter;
Note: See TracChangeset for help on using the changeset viewer.