Changeset 337 in SHVCSoftware for branches/SHM-3.0-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
15 Aug 2013, 14:59:46 (12 years ago)
Author:
etri
Message:

N0120 max_tid_il_ref_pics_plus1_present_flag

Location:
branches/SHM-3.0-dev/source/Lib/TLibCommon
Files:
3 edited

Legend:

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

    r334 r337  
    16621662#endif
    16631663#if JCTVC_M0203_INTERLAYER_PRED_IDC
     1664#if N0120_MAX_TID_REF_PRESENT_FLAG
     1665  m_maxTidIlRefPicsPlus1PresentFlag = true;
     1666#endif
    16641667  for( Int i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++)
    16651668  {
  • branches/SHM-3.0-dev/source/Lib/TLibCommon/TComSlice.h

    r334 r337  
    494494  UInt       m_maxSublayerForIlpPlus1[MAX_VPS_LAYER_ID_PLUS1 - 1];
    495495#endif
     496#if N0120_MAX_TID_REF_PRESENT_FLAG
     497  Bool       m_maxTidIlRefPicsPlus1PresentFlag;
     498#endif
    496499#if M0040_ADAPTIVE_RESOLUTION_CHANGE
    497500  Bool       m_singleLayerForNonIrapFlag;
     
    660663  Void   setMaxSublayerForIlpPlus1(Int layerId, UInt maxSublayer)   { m_maxSublayerForIlpPlus1[layerId] = maxSublayer;            }
    661664#endif
     665#if N0120_MAX_TID_REF_PRESENT_FLAG
     666  Bool   getMaxTidIlRefPicsPlus1PresentFlag()                   { return m_maxTidIlRefPicsPlus1PresentFlag ;}
     667  Void   setMaxTidIlRefPicsPlus1PresentFlag(Bool x)             { m_maxTidIlRefPicsPlus1PresentFlag = x;}
     668#endif
    662669#if M0040_ADAPTIVE_RESOLUTION_CHANGE
    663670  Bool   getSingleLayerForNonIrapFlag()                             { return m_singleLayerForNonIrapFlag; }
  • branches/SHM-3.0-dev/source/Lib/TLibCommon/TypeDef.h

    r336 r337  
    112112#if JCTVC_M0203_INTERLAYER_PRED_IDC
    113113#define ILR_RESTR                        1     ///< JCTVC-M0209 Inter-layer RPS and RPL
     114#define N0120_MAX_TID_REF_PRESENT_FLAG   1      ///< JCTVC-N0120 max_tid_ref_pics_plus1_present_flag
    114115#endif
    115116#if REF_IDX_MFM
Note: See TracChangeset for help on using the changeset viewer.