Changeset 1425 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 5 Aug 2015, 19:43:36 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1365 r1425 1792 1792 if ( pcSlice->getEnableTMVPFlag() ) 1793 1793 { 1794 #if SVC_EXTENSION1795 // set motion mapping flag1796 pcSlice->setMFMEnabledFlag( ( pcSlice->getNumMotionPredRefLayers() > 0 && pcSlice->getActiveNumILRRefIdx() && !pcSlice->isIntra() ) ? true : false );1797 #endif1798 1794 if ( pcSlice->getSliceType() == B_SLICE ) 1799 1795 { -
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1419 r1425 1728 1728 1729 1729 // motion field mapping constraint 1730 if( pcSlice->get MFMEnabledFlag() )1730 if( pcSlice->getNumMotionPredRefLayers() > 0 && pcSlice->getActiveNumILRRefIdx() && !pcSlice->isIntra() ) 1731 1731 { 1732 1732 TComPic* refPic = pcSlice->getRefPic( pcSlice->getSliceType() == B_SLICE ? ( RefPicList )( 1 - pcSlice->getColFromL0Flag() ) : REF_PIC_LIST_0 , pcSlice->getColRefIdx() );
Note: See TracChangeset for help on using the changeset viewer.