Changeset 563 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
27 Jan 2014, 17:44:28 (11 years ago)
Author:
seregin
Message:

remove REMOVE_COL_PICTURE_SIGNALING macro

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r562 r563  
    691691      pcSlice->setInterLayerPredEnabledFlag(false);
    692692      pcSlice->setMFMEnabledFlag(false);
    693 #if !REMOVE_COL_PICTURE_SIGNALING
    694       pcSlice->setAltColIndicationFlag(false);
    695 #endif
    696693    }
    697694#endif
     
    12161213
    12171214#if REF_IDX_MFM
    1218 #if REMOVE_COL_PICTURE_SIGNALING
    12191215      if( pcSlice->getMFMEnabledFlag() )
    1220 #else
    1221       if( pcSlice->getMFMEnabledFlag() && !(pcSlice->getActiveNumILRRefIdx() > 0 && m_pcEncTop->getNumMotionPredRefLayers() > 0) )
    1222 #endif
    12231216      {
    12241217        Bool found         = false;
  • branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncSlice.cpp

    r562 r563  
    537537#endif
    538538    rpcSlice->setMFMEnabledFlag(m_ppcTEncTop[layerId]->getMFMEnabledFlag());
    539 #if !REMOVE_COL_PICTURE_SIGNALING
    540     rpcSlice->setAltColIndicationFlag(rpcSlice->getMFMEnabledFlag());
    541 #endif
    542539  }
    543540
Note: See TracChangeset for help on using the changeset viewer.