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/TEncCfg.h

    r34 r40  
    187187  //std::vector<int>  m_aiLayerQPOffset;
    188188
     189#if BITSTREAM_EXTRACTION
     190  UInt        m_uiLayerId;
     191#endif
    189192  UInt        m_uiViewId;
    190193  Int         m_iViewOrderIdx;
     
    238241  Void      setRateGOPSize                  ( Int   i )      { m_iRateGOPSize = i; }
    239242
     243#if BITSTREAM_EXTRACTION
     244  Void      setLayerId                      ( UInt  u )      { m_uiLayerId              = u; }
     245  UInt      getLayerId                      ( )              { return m_uiLayerId; }
     246#endif
    240247  Void      setViewId                       ( UInt  u )      { m_uiViewId               = u; }
    241248  Void      setViewOrderIdx                 ( Int   i )      { m_iViewOrderIdx          = i; }
Note: See TracChangeset for help on using the changeset viewer.