Changeset 347 in SHVCSoftware for branches/SHM-3.0-dev/source/Lib
- Timestamp:
- 18 Aug 2013, 16:45:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.0-dev/source/Lib/TLibCommon/TComSlice.cpp
r337 r347 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.