- Timestamp:
- 4 May 2013, 01:05:56 (12 years ago)
- Location:
- branches/SHM-2.0-dev/source/Lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibCommon/TypeDef.h
r148 r151 88 88 #if REF_IDX_MFM 89 89 #define RAP_MFM_INIT 1 ///< initilizing MFM when base layer is RAP picture 90 #endif 90 91 #define REF_LIST_BUGFIX 1 91 #endif92 92 93 93 #else -
branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r150 r151 845 845 pcSlice->addRefPicList ( m_cIlpPic, 846 846 1, 847 ((pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA ) &&847 ((pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP) && 848 848 (pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA)) ? 0: -1); 849 849 #endif -
branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncTop.cpp
r150 r151 514 514 } 515 515 } 516 #endif 516 517 517 518 #if SVC_UPSAMPLING … … 521 522 pcEPic->create( m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, m_cPPS.getMaxCuDQPDepth()+1 , 522 523 m_conformanceWindow, m_defaultDisplayWindow, m_numReorderPics); 523 #endif524 524 #endif 525 525 rpcPic = pcEPic; … … 542 542 } 543 543 } 544 #endif 544 545 545 546 #if SVC_UPSAMPLING … … 549 550 rpcPic->create( m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, 550 551 m_conformanceWindow, m_defaultDisplayWindow, m_numReorderPics); 551 #endif552 552 #endif 553 553 }
Note: See TracChangeset for help on using the changeset viewer.