Changeset 347 in SHVCSoftware for branches/SHM-3.0-dev/source/Lib


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

fix LTR picture marking for new RPL initialisation order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.0-dev/source/Lib/TLibCommon/TComSlice.cpp

    r337 r347  
    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.