Ignore:
Timestamp:
15 Nov 2013, 01:35:16 (11 years ago)
Author:
samsung-htm
Message:

Integration of F0150: MPI candidate in depth merge mode list construction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev2-Samsung/source/Lib/TLibCommon/TComDataCU.cpp

    r690 r696  
    35223522  deriveLeftRightTopIdxGeneral( uiAbsPartIdx, uiPUIdx, uiPartIdxLT, uiPartIdxRT );
    35233523  deriveLeftBottomIdxGeneral  ( uiAbsPartIdx, uiPUIdx, uiPartIdxLB );
     3524#if SEC_MPI_ENABLING_MERGE_F0150
     3525  Bool bMPIFlag   = getSlice()->getVPS()->getMPIFlag( getSlice()->getLayerIdInVps() );
     3526#endif
    35243527#if QC_DEPTH_IV_MRG_F0125
    35253528  Bool bIsDepth = getSlice()->getIsDepth();
     
    35423545  /////////////////////////////////////////////
    35433546
     3547#if SEC_MPI_ENABLING_MERGE_F0150
     3548  if( bMPIFlag)
     3549#else
    35443550  if( m_pcSlice->getIsDepth())
     3551#endif
    35453552  {
    35463553    UInt uiPartIdxCenter;
Note: See TracChangeset for help on using the changeset viewer.