Changeset 361 in SHVCSoftware for branches


Ignore:
Timestamp:
21 Aug 2013, 18:49:57 (11 years ago)
Author:
seregin
Message:

LTR marking for temporal pictures

File:
1 edited

Legend:

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

    r355 r361  
    680680    m_apcRefPicList[0][rIdx] = rpsCurrList0[ cIdx ];
    681681#if RPL_INIT_N0316_N0082
    682     m_bIsUsedAsLongTerm[0][rIdx] = ( cIdx >= NumPocStCurr0 && cIdx < NumPocStCurr0 + m_activeNumILRRefIdx );
     682    m_bIsUsedAsLongTerm[0][rIdx] = ( cIdx >= NumPocStCurr0 && cIdx < NumPocStCurr0 + m_activeNumILRRefIdx ) || ( cIdx >= NumPocStCurr0 + NumPocStCurr1 + m_activeNumILRRefIdx );
    683683#else
    684684    m_bIsUsedAsLongTerm[0][rIdx] = ( cIdx >= NumPocStCurr0 + NumPocStCurr1 );
Note: See TracChangeset for help on using the changeset viewer.