Changeset 563 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 27 Jan 2014, 17:44:28 (11 years ago)
- 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 691 691 pcSlice->setInterLayerPredEnabledFlag(false); 692 692 pcSlice->setMFMEnabledFlag(false); 693 #if !REMOVE_COL_PICTURE_SIGNALING694 pcSlice->setAltColIndicationFlag(false);695 #endif696 693 } 697 694 #endif … … 1216 1213 1217 1214 #if REF_IDX_MFM 1218 #if REMOVE_COL_PICTURE_SIGNALING1219 1215 if( pcSlice->getMFMEnabledFlag() ) 1220 #else1221 if( pcSlice->getMFMEnabledFlag() && !(pcSlice->getActiveNumILRRefIdx() > 0 && m_pcEncTop->getNumMotionPredRefLayers() > 0) )1222 #endif1223 1216 { 1224 1217 Bool found = false; -
branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncSlice.cpp
r562 r563 537 537 #endif 538 538 rpcSlice->setMFMEnabledFlag(m_ppcTEncTop[layerId]->getMFMEnabledFlag()); 539 #if !REMOVE_COL_PICTURE_SIGNALING540 rpcSlice->setAltColIndicationFlag(rpcSlice->getMFMEnabledFlag());541 #endif542 539 } 543 540
Note: See TracChangeset for help on using the changeset viewer.