Changeset 349 in SHVCSoftware for trunk/source


Ignore:
Timestamp:
19 Aug 2013, 16:09:42 (11 years ago)
Author:
seregin
Message:

merge SHM-3.0-dev branch

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/source

  • trunk/source/Lib/TLibCommon/TComSlice.cpp

    r345 r349  
    679679    assert(cIdx >= 0 && cIdx < numPocTotalCurr);
    680680    m_apcRefPicList[0][rIdx] = rpsCurrList0[ cIdx ];
     681#if RPL_INIT_N0316_N0082
     682    m_bIsUsedAsLongTerm[0][rIdx] = ( cIdx >= NumPocStCurr0 && cIdx < NumPocStCurr0 + m_activeNumILRRefIdx );
     683#else
    681684    m_bIsUsedAsLongTerm[0][rIdx] = ( cIdx >= NumPocStCurr0 + NumPocStCurr1 );
     685#endif
    682686  }
    683687  if ( m_eSliceType != B_SLICE )
Note: See TracChangeset for help on using the changeset viewer.