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


Ignore:
Timestamp:
10 Oct 2013, 20:19:41 (11 years ago)
Author:
qualcomm
Message:

Not calling modification when only one reference picture.

File:
1 edited

Legend:

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

    r427 r428  
    10311031    pcSlice->setRefPicList ( rcListPic );
    10321032#endif //SVC_EXTENSION
     1033#if N0147_IRAP_ALIGN_FLAG
     1034    if(pcSlice->getNumRefIdx(REF_PIC_LIST_0) > 1 || pcSlice->getNumRefIdx(REF_PIC_LIST_1) > 1)
     1035#endif
     1036    {
    10331037      pcSlice->setRefPicListModificationSvc();
     1038    }
    10341039      pcSlice->setRefPicList( rcListPic, false, m_pcEncTop->getIlpList());
    10351040
Note: See TracChangeset for help on using the changeset viewer.