Changeset 898 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 6 Oct 2014, 12:50:55 (11 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r894 r898 1663 1663 Bool m_extensionFlag; 1664 1664 UInt m_numScaledRefLayerOffsets; 1665 #if R0042_PROFILE_INDICATION 1666 Int m_NumDirectRefLayers; 1667 #endif 1665 1668 #if P0312_VERT_PHASE_ADJ 1666 1669 Bool m_vertPhasePositionEnableFlag[MAX_LAYERS]; … … 1830 1833 Int getExtensionFlag() { return m_extensionFlag; } 1831 1834 Void setExtensionFlag(Int n) { m_extensionFlag = n; } 1835 #if R0042_PROFILE_INDICATION 1836 Int getNumDirectRefLayers() { return m_NumDirectRefLayers; } 1837 Void setNumDirectRefLayers(Int n) { m_NumDirectRefLayers = n; } 1838 #endif 1832 1839 #if !MOVE_SCALED_OFFSET_TO_PPS 1833 1840 UInt getNumScaledRefLayerOffsets() { return m_numScaledRefLayerOffsets; } -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r894 r898 75 75 #define R0227_REP_FORMAT_CONSTRAINT 1 ///< JCTVC-R0227, Conformance checking such that representation format of a particular layer shall not be greater than the one defined in VPS for that layer 76 76 #define R0227_BR_PR_ADD_LAYER_SET 1 ///< JCTVC-R0227, Signalling of bit-rate and picture rate for additional layer set 77 #define R0042_PROFILE_INDICATION 1 ///< JCTVC-R0042, Profile indication for additional layer sets 77 78 78 79 #define Q0108_TSA_STSA 1 ///< JCTVC-Q0108, Remove cross-layer alignment constraints of TSA and STSA pictures, enable to have different prediction structures in different layers
Note: See TracChangeset for help on using the changeset viewer.