Changeset 821 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Jul 2014, 06:07:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r820 r821 1699 1699 if(m_layerId == 0 || ( m_layerId > 0 && pcSlice->getActiveNumILRRefIdx() == 0 ) ) 1700 1700 { 1701 pcSlice->setRefPicList( rcListPic );1701 pcSlice->setRefPicList( rcListPic ); 1702 1702 } 1703 1703 … … 1705 1705 { 1706 1706 pcSlice->setILRPic( m_pcEncTop->getIlpList() ); 1707 #if REF_IDX_MFM 1708 if( pcSlice->getMFMEnabledFlag() ) 1709 { 1710 pcSlice->setRefPOCListILP(m_pcEncTop->getIlpList(), pcSlice->getBaseColPic()); 1711 } 1712 #else 1707 #if !REF_IDX_MFM 1713 1708 // Set reference list 1714 1709 pcSlice->setRefPicList ( rcListPic );
Note: See TracChangeset for help on using the changeset viewer.