Changeset 758 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncTop.cpp


Ignore:
Timestamp:
3 Jan 2014, 17:43:40 (10 years ago)
Author:
tech
Message:

Merged HTM-9.1-dev0-MediaTek@757. (3D-HEVC HLS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncTop.cpp

    r738 r758  
    299299{
    300300  // initialize SPS
     301#if DLT_DIFF_CODING_IN_PPS
     302  // Assuming that all PPS indirectly refer to the same VPS via different SPS
     303  m_cSPS.setVPS(m_cVPS);
     304#endif
    301305  xInitSPS();
    302306 
     
    850854  }
    851855#if H_3D
     856#if !CAM_HLS_F0136_F0045_F0082
    852857#if !QC_DEPTH_IV_MRG_F0125
    853858  if ( !m_isDepth )
     
    857862  }
    858863#endif
     864#endif
    859865}
    860866
     
    870876  m_cPPS.setSPSId( getLayerIdInVps() );
    871877#endif
     878
     879#if DLT_DIFF_CODING_IN_PPS
     880  m_cPPS.setDLT( getDLT() );
     881#endif
     882
    872883  m_cPPS.setConstrainedIntraPred( m_bUseConstrainedIntraPred );
    873884  Bool bUseDQP = (getMaxCuDQPDepth() > 0)? true : false;
     
    10011012  }
    10021013#if H_3D
     1014#if CAM_HLS_F0136_F0045_F0082
     1015  if( m_cVPS->hasCamParInSliceHeader( getViewIndex() ) )
     1016#else
    10031017  if( m_cSPS.hasCamParInSliceHeader() )
     1018#endif
    10041019  {
    10051020    m_cPPS.setSliceHeaderExtensionPresentFlag( true );
Note: See TracChangeset for help on using the changeset viewer.