Changeset 446 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
8 Nov 2013, 02:13:51 (11 years ago)
Author:
seregin
Message:

copy layerId, reference picture list modification information for the slices in the picture along with performing the upsampling once per picture

File:
1 edited

Legend:

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

    r442 r446  
    118118, m_temporalLayerNonReferenceFlag ( false )
    119119, m_enableTMVPFlag                ( true )
     120#if REF_IDX_MFM
     121, m_bMFMEnabledFlag               ( false )
     122#endif
    120123{
    121124  m_aiNumRefIdx[0] = m_aiNumRefIdx[1] = 0;
     
    631634#if RPL_INIT_N0316_N0082
    632635    if( m_layerId > 0 )
    633     {
     636    {     
    634637#if JCTVC_M0458_INTERLAYER_RPS_SIG
    635638      for( i = 0; i < m_activeNumILRRefIdx && cIdx < numPocTotalCurr; cIdx ++, i ++)     
     
    11331136#if SVC_EXTENSION
    11341137  m_pcVPS                = pSrc->m_pcVPS;
     1138  m_layerId              = pSrc->m_layerId;
    11351139#if JCTVC_M0458_INTERLAYER_RPS_SIG
    11361140  m_activeNumILRRefIdx         = pSrc->m_activeNumILRRefIdx;
Note: See TracChangeset for help on using the changeset viewer.