Changeset 624 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibCommon
- Timestamp:
- 8 Mar 2014, 06:07:29 (11 years ago)
- Location:
- branches/SHM-5.1-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r623 r624 2073 2073 m_crossLayerIrapAlignFlag = true; 2074 2074 #endif 2075 #if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG 2076 m_crossLayerAlignedIdrOnlyFlag = false; 2077 #endif 2075 2078 #if N0120_MAX_TID_REF_PRESENT_FLAG 2076 2079 m_maxTidRefPresentFlag = true; -
branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.h
r623 r624 567 567 #if N0147_IRAP_ALIGN_FLAG 568 568 Bool m_crossLayerIrapAlignFlag; 569 #endif 570 #if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG 571 Bool m_crossLayerAlignedIdrOnlyFlag;; 569 572 #endif 570 573 #if O0225_MAX_TID_FOR_REF_LAYERS … … 894 897 Void setCrossLayerPictureTypeAlignFlag(Bool x) { m_crossLayerPictureTypeAlignFlag = x; } 895 898 #endif 899 #if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG 900 Bool getCrossLayerAlignedIdrOnlyFlag() { return m_crossLayerAlignedIdrOnlyFlag; } 901 Void setCrossLayerAlignedIdrOnlyFlag(Bool x) { m_crossLayerAlignedIdrOnlyFlag = x; } 902 #endif 896 903 #if N0147_IRAP_ALIGN_FLAG 897 904 Bool getCrossLayerIrapAlignFlag() { return m_crossLayerIrapAlignFlag; } -
branches/SHM-5.1-dev/source/Lib/TLibCommon/TypeDef.h
r623 r624 183 183 184 184 #define O0223_PICTURE_TYPES_ALIGN_FLAG 1 ///< a flag to indicatate whether picture types are aligned across layers. 185 186 #define P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG 1 ///< a flag to indicatate whether picture types for IRAP are IDR across layers. 185 187 186 188 #define N0147_IRAP_ALIGN_FLAG 1 ///< a flag to indicatate whether IRAPs are aligned across layers
Note: See TracChangeset for help on using the changeset viewer.