Ignore:
Timestamp:
25 Mar 2012, 13:04:30 (13 years ago)
Author:
ericsson
Message:

Ericsson integration: integrated bitstream extractor; implemented NALu header according to HEVC CD, using reserved_one_5bit as layer_id_plus1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-ericsson/source/Lib/TLibEncoder/TEncTop.cpp

    r34 r40  
    546546  m_cSPS.setMaxTrSize   ( 1 << m_uiQuadtreeTULog2MaxSize );
    547547
     548#if BITSTREAM_EXTRACTION
     549  m_cSPS.setLayerId( m_uiLayerId );
     550#endif
     551
    548552  if( m_bIsDepth )
    549553  {
     
    632636Void TEncTop::xInitPPS()
    633637{
     638#if BITSTREAM_EXTRACTION
     639  m_cPPS.setLayerId( m_uiLayerId );
     640#endif
     641
    634642  m_cPPS.setConstrainedIntraPred( m_bUseConstrainedIntraPred );
    635643  m_cPPS.setPPSId( ( m_uiViewId << 1 ) + ( m_bIsDepth ? 1 : 0 ) );
Note: See TracChangeset for help on using the changeset viewer.