Changeset 181 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
11 May 2013, 01:14:05 (12 years ago)
Author:
seregin
Message:

move syntax signaling associated with JCTVC_M0458_INTERLAYER_RPS_SIG ahead of the list modification signaling

File:
1 edited

Legend:

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

    r180 r181  
    744744#if REF_IDX_FRAMEWORK
    745745#if JCTVC_M0458_INTERLAYER_RPS_SIG
     746    return m_activeNumILRRefIdx;
     747#else
    746748    return getNumILRRefIdx();
    747 #else
    748     return m_numILRRefIdx;
    749749#endif
    750750#else
     
    762762  if(getLayerId())
    763763  {
     764#if JCTVC_M0458_INTERLAYER_RPS_SIG
     765    numRpsCurrTempList += m_activeNumILRRefIdx;
     766#else
    764767    numRpsCurrTempList += getNumILRRefIdx();
     768#endif
    765769  }
    766770#endif
Note: See TracChangeset for help on using the changeset viewer.