Changeset 349 in SHVCSoftware for trunk/source
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-3.0-dev merged: 347-348
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-3.0-dev/source merged: 347
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibCommon/TComSlice.cpp
r345 r349 679 679 assert(cIdx >= 0 && cIdx < numPocTotalCurr); 680 680 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 681 684 m_bIsUsedAsLongTerm[0][rIdx] = ( cIdx >= NumPocStCurr0 + NumPocStCurr1 ); 685 #endif 682 686 } 683 687 if ( m_eSliceType != B_SLICE )
Note: See TracChangeset for help on using the changeset viewer.