Ignore:
Timestamp:
18 Dec 2013, 09:00:24 (10 years ago)
Author:
zte
Message:

JCT3V-F0131, JCT3V-F0139

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.1-dev0-ZTE/source/Lib/TLibEncoder/TEncTop.cpp

    r738 r748  
    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 
     
    870874  m_cPPS.setSPSId( getLayerIdInVps() );
    871875#endif
     876
     877#if DLT_DIFF_CODING_IN_PPS
     878  m_cPPS.setDLT( getDLT() );
     879#endif
     880
    872881  m_cPPS.setConstrainedIntraPred( m_bUseConstrainedIntraPred );
    873882  Bool bUseDQP = (getMaxCuDQPDepth() > 0)? true : false;
Note: See TracChangeset for help on using the changeset viewer.