Changeset 430 in SHVCSoftware
- Timestamp:
- 10 Oct 2013, 22:49:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r429 r430 772 772 #endif 773 773 774 775 774 //set L0 inter-layer reference picture modification 776 775 #if RPL_INIT_N0316_N0082 777 776 Bool hasModification = (m_aiNumRefIdx[REF_PIC_LIST_0] == (numberOfPocBeforeCurr + m_activeNumILRRefIdx)) ? false : true; 777 #else 778 Bool hasModification = (m_aiNumRefIdx[REF_PIC_LIST_0] == numberOfRpsCurrTempList) ? false : true; 779 #endif 778 780 #if N0147_IRAP_ALIGN_FLAG 779 781 hasModification = hasModification && ( m_aiNumRefIdx[REF_PIC_LIST_0] > 1 ); 780 #endif781 #else782 Bool hasModification = (m_aiNumRefIdx[REF_PIC_LIST_0] == numberOfRpsCurrTempList) ? false : true;783 #if N0147_IRAP_ALIGN_FLAG784 hasModification = hasModification && ( m_aiNumRefIdx[REF_PIC_LIST_0] > 1 );785 #endif786 787 782 #endif 788 783 #if FINAL_RPL_CHANGE_N0082
Note: See TracChangeset for help on using the changeset viewer.