Changeset 409 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
4 Oct 2013, 09:33:05 (11 years ago)
Author:
qualcomm
Message:

software integration of N0147 changes

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

Legend:

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

    r407 r409  
    18061806  m_maxOneActiveRefLayerFlag = true;
    18071807#endif
     1808#if N0147_IRAP_ALIGN_FLAG
     1809  m_crossLayerIrapAlignFlag = true;
     1810#endif
    18081811#if JCTVC_M0203_INTERLAYER_PRED_IDC
    18091812#if N0120_MAX_TID_REF_PRESENT_FLAG
  • branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.h

    r407 r409  
    523523  Bool       m_maxOneActiveRefLayerFlag;
    524524#endif
     525#if N0147_IRAP_ALIGN_FLAG
     526  Bool       m_crossLayerIrapAlignFlag;
     527#endif
    525528#if JCTVC_M0203_INTERLAYER_PRED_IDC
    526529  UInt       m_maxTidIlRefPicsPlus1[MAX_VPS_LAYER_ID_PLUS1 - 1];
     
    719722  Bool   getMaxOneActiveRefLayerFlag()                                          { return m_maxOneActiveRefLayerFlag;                      }
    720723  Void   setMaxOneActiveRefLayerFlag(Bool x)                                    { m_maxOneActiveRefLayerFlag = x;                         }
     724#endif
     725#if N0147_IRAP_ALIGN_FLAG
     726  Bool   getCrossLayerIrapAlignFlag()                                           { return m_crossLayerIrapAlignFlag;                      }
     727  Void   setCrossLayerIrapAlignFlag(Bool x)                                     { m_crossLayerIrapAlignFlag = x;                         }
    721728#endif
    722729#if JCTVC_M0203_INTERLAYER_PRED_IDC
  • branches/SHM-3.1-dev/source/Lib/TLibCommon/TypeDef.h

    r408 r409  
    143143#endif
    144144
     145#define N0147_IRAP_ALIGN_FLAG            1
    145146#define FAST_INTRA_SHVC                  1      ///< M0115: reduction number of intra modes in the EL (encoder only)
    146147#if FAST_INTRA_SHVC
Note: See TracChangeset for help on using the changeset viewer.