Changeset 409 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibCommon
- Timestamp:
- 4 Oct 2013, 09:33:05 (11 years ago)
- 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 1806 1806 m_maxOneActiveRefLayerFlag = true; 1807 1807 #endif 1808 #if N0147_IRAP_ALIGN_FLAG 1809 m_crossLayerIrapAlignFlag = true; 1810 #endif 1808 1811 #if JCTVC_M0203_INTERLAYER_PRED_IDC 1809 1812 #if N0120_MAX_TID_REF_PRESENT_FLAG -
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.h
r407 r409 523 523 Bool m_maxOneActiveRefLayerFlag; 524 524 #endif 525 #if N0147_IRAP_ALIGN_FLAG 526 Bool m_crossLayerIrapAlignFlag; 527 #endif 525 528 #if JCTVC_M0203_INTERLAYER_PRED_IDC 526 529 UInt m_maxTidIlRefPicsPlus1[MAX_VPS_LAYER_ID_PLUS1 - 1]; … … 719 722 Bool getMaxOneActiveRefLayerFlag() { return m_maxOneActiveRefLayerFlag; } 720 723 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; } 721 728 #endif 722 729 #if JCTVC_M0203_INTERLAYER_PRED_IDC -
branches/SHM-3.1-dev/source/Lib/TLibCommon/TypeDef.h
r408 r409 143 143 #endif 144 144 145 #define N0147_IRAP_ALIGN_FLAG 1 145 146 #define FAST_INTRA_SHVC 1 ///< M0115: reduction number of intra modes in the EL (encoder only) 146 147 #if FAST_INTRA_SHVC
Note: See TracChangeset for help on using the changeset viewer.