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


Ignore:
Timestamp:
8 Jul 2014, 06:07:59 (11 years ago)
Author:
seregin
Message:

move RefPicList copying and MFM derivation into ILR picture function

File:
1 edited

Legend:

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

    r820 r821  
    16991699    if(m_layerId ==  0 || ( m_layerId > 0 && pcSlice->getActiveNumILRRefIdx() == 0 ) )
    17001700    {
    1701       pcSlice->setRefPicList( rcListPic);
     1701      pcSlice->setRefPicList( rcListPic );
    17021702    }
    17031703
     
    17051705    {
    17061706      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
    17131708      //  Set reference list
    17141709      pcSlice->setRefPicList ( rcListPic );
Note: See TracChangeset for help on using the changeset viewer.