Changeset 430 in SHVCSoftware


Ignore:
Timestamp:
10 Oct 2013, 22:49:05 (11 years ago)
Author:
seregin
Message:

clean up

File:
1 edited

Legend:

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

    r429 r430  
    772772#endif
    773773
    774 
    775774  //set L0 inter-layer reference picture modification
    776775#if RPL_INIT_N0316_N0082
    777776  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
    778780#if N0147_IRAP_ALIGN_FLAG
    779781  hasModification = hasModification && ( m_aiNumRefIdx[REF_PIC_LIST_0] > 1 );
    780 #endif
    781 #else
    782   Bool hasModification = (m_aiNumRefIdx[REF_PIC_LIST_0] == numberOfRpsCurrTempList) ? false : true;
    783 #if N0147_IRAP_ALIGN_FLAG
    784   hasModification = hasModification && ( m_aiNumRefIdx[REF_PIC_LIST_0] > 1 );
    785 #endif
    786 
    787782#endif
    788783#if FINAL_RPL_CHANGE_N0082
Note: See TracChangeset for help on using the changeset viewer.