Changeset 1226 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
9 Jul 2015, 00:20:09 (10 years ago)
Author:
seregin
Message:

macro cleanup: REF_IDX_MFM

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1224 r1226  
    17451745    if ( pcSlice->getEnableTMVPFlag() )
    17461746    {
    1747 #if SVC_EXTENSION && REF_IDX_MFM
     1747#if SVC_EXTENSION
    17481748      // set motion mapping flag
    17491749      pcSlice->setMFMEnabledFlag( ( pcSlice->getNumMotionPredRefLayers() > 0 && pcSlice->getActiveNumILRRefIdx() && !pcSlice->isIntra() ) ? true : false );
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1223 r1226  
    16921692      pcSlice->setILRPic( m_cIlpPic );
    16931693
    1694 #if REF_IDX_MFM
    16951694      pcSlice->setRefPicList( m_cListPic, false, m_cIlpPic);
    16961695    }
     
    17151714      }
    17161715    }
    1717 #endif
    17181716   
    17191717    if( m_layerId > 0 && pcSlice->getVPS()->getCrossLayerIrapAlignFlag() && ( !pcSlice->getVPS()->getSingleLayerForNonIrapFlag() || pcSlice->isIRAP() ) )
Note: See TracChangeset for help on using the changeset viewer.