Changeset 576 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibCommon
- Timestamp:
- 29 Jan 2014, 01:17:30 (11 years ago)
- Location:
- branches/SHM-5.0-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.cpp
r569 r576 1963 1963 #endif 1964 1964 , m_numProfileTierLevel (0) 1965 #if !VPS_EXTN_UEV_CODING 1965 1966 , m_moreOutputLayerSetsThanDefaultFlag (false) 1967 #endif 1966 1968 , m_numAddOutputLayerSets (0) 1967 1969 #if O0109_DEFAULT_ONE_OUT_LAYER_IDC -
branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.h
r568 r576 540 540 #endif 541 541 UInt m_numProfileTierLevel; 542 #if !VPS_EXTN_UEV_CODING 542 543 Bool m_moreOutputLayerSetsThanDefaultFlag; 544 #endif 543 545 Int m_numAddOutputLayerSets; 544 546 #if O0109_DEFAULT_ONE_OUT_LAYER_IDC … … 824 826 Void setNumProfileTierLevel(Int x) { m_numProfileTierLevel = x; } 825 827 828 #if !VPS_EXTN_UEV_CODING 826 829 Bool getMoreOutputLayerSetsThanDefaultFlag() { return m_moreOutputLayerSetsThanDefaultFlag;} 827 830 Void setMoreOutputLayerSetsThanDefaultFlag(Bool x) { m_moreOutputLayerSetsThanDefaultFlag = x ;} 831 #endif 828 832 829 833 Int getNumAddOutputLayerSets() { return m_numAddOutputLayerSets; } -
branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h
r572 r576 55 55 56 56 #define DISCARDABLE_PIC_RPS 1 ///< JCTVC-P0130: Inter-layer RPS and temporal RPS should not contain picture with discardable_flag equal to 1 57 57 #define VPS_EXTN_UEV_CODING 1 ///< JCTVC-P0306: Code some syntax elements as ue(v), and remove some syntax elements that duplicate behaviour 58 58 #define O0109_O0199_FLAGS_TO_VUI 1 ///< JCTVC-O0109, O0199: move single_layer_for_non_irap_flag and higher_layer_flag to vps_vui 59 59 #define O0109_VIEW_ID_LEN 1 ///< JCTVC-O0109: view_id_len_minus1 to view_id_len, and add constraint (1<<view_id_len) is greater than or equal to NumViews
Note: See TracChangeset for help on using the changeset viewer.