Changeset 1154 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 8 Jul 2015, 00:31:44 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r1153 r1154 1960 1960 #endif 1961 1961 , m_numProfileTierLevel (0) 1962 #if !VPS_EXTN_UEV_CODING1963 , m_moreOutputLayerSetsThanDefaultFlag (false)1964 #endif1965 1962 , m_numAddOutputLayerSets (0) 1966 1963 #if P0295_DEFAULT_OUT_LAYER_IDC -
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1153 r1154 665 665 666 666 UInt m_numProfileTierLevel; 667 #if !VPS_EXTN_UEV_CODING668 Bool m_moreOutputLayerSetsThanDefaultFlag;669 #endif670 667 Int m_numAddOutputLayerSets; 671 668 #if P0295_DEFAULT_OUT_LAYER_IDC … … 1033 1030 UInt getNumProfileTierLevel() { return m_numProfileTierLevel; } 1034 1031 Void setNumProfileTierLevel(Int x) { m_numProfileTierLevel = x; } 1035 1036 #if !VPS_EXTN_UEV_CODING1037 Bool getMoreOutputLayerSetsThanDefaultFlag() { return m_moreOutputLayerSetsThanDefaultFlag;}1038 Void setMoreOutputLayerSetsThanDefaultFlag(Bool x) { m_moreOutputLayerSetsThanDefaultFlag = x ;}1039 #endif1040 1041 1032 Int getNumAddOutputLayerSets() { return m_numAddOutputLayerSets; } 1042 1033 Void setNumAddOutputLayerSets(Int x) { m_numAddOutputLayerSets = x ; } -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1153 r1154 77 77 78 78 #define DISCARDABLE_PIC_RPS 1 ///< JCTVC-P0130: Inter-layer RPS and temporal RPS should not contain picture with discardable_flag equal to 1 79 #define VPS_EXTN_UEV_CODING 1 ///< JCTVC-P0306: Code some syntax elements as ue(v), and remove some syntax elements that duplicate behaviour80 79 #define ALIGNED_BUMPING 1 ///< JCTVC-P0192: Align bumping of pictures in an AU 81 80 #define FIX_ALIGN_BUMPING 1
Note: See TracChangeset for help on using the changeset viewer.