Changeset 324 in SHVCSoftware for branches/SHM-3.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 3 Aug 2013, 12:30:39 (11 years ago)
- Location:
- branches/SHM-3.0-dev/source/Lib/TLibDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r321 r324 1573 1573 if ( rpcSlice->getEnableTMVPFlag() ) 1574 1574 { 1575 #if REF_IDX_FRAMEWORK && M0457_COL_PICTURE_SIGNALING 1575 #if REF_IDX_FRAMEWORK && M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING 1576 1576 rpcSlice->setMFMEnabledFlag( false ); 1577 1577 rpcSlice->setColRefLayerIdx( 0 ); … … 1612 1612 rpcSlice->setColRefIdx(0); 1613 1613 } 1614 #if REF_IDX_FRAMEWORK && M0457_COL_PICTURE_SIGNALING 1614 #if REF_IDX_FRAMEWORK && M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING 1615 1615 } 1616 1616 #endif -
branches/SHM-3.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r323 r324 918 918 { 919 919 pcSlice->setRefPOCListILP(m_ppcTDecTop[m_layerId]->m_cIlpPic, pcSlice->getBaseColPic()); 920 #if M0457_COL_PICTURE_SIGNALING 920 #if M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING 921 921 pcSlice->setMotionPredIlp(getMotionPredIlp(pcSlice)); 922 922 #endif … … 1372 1372 #endif 1373 1373 1374 #if M0457_COL_PICTURE_SIGNALING 1374 #if M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING 1375 1375 TComPic* TDecTop::getMotionPredIlp(TComSlice* pcSlice) 1376 1376 { -
branches/SHM-3.0-dev/source/Lib/TLibDecoder/TDecTop.h
r313 r324 230 230 Void xDecodePPS(); 231 231 Void xDecodeSEI( TComInputBitstream* bs, const NalUnitType nalUnitType ); 232 #if M0457_COL_PICTURE_SIGNALING 232 #if M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING 233 233 TComPic* getMotionPredIlp(TComSlice* pcSlice); 234 234 #endif
Note: See TracChangeset for help on using the changeset viewer.