Changeset 1163 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 8 Jul 2015, 01:04:18 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1161 r1163 789 789 #endif 790 790 #endif 791 792 #if P0182_VPS_VUI_PS_FLAG793 791 UInt m_baseLayerPSCompatibilityFlag[MAX_LAYERS]; 794 #endif795 796 792 #if P0307_VPS_NON_VUI_EXTENSION 797 793 Int m_vpsNonVuiExtLength; … … 1177 1173 #endif 1178 1174 #endif 1179 #if P0182_VPS_VUI_PS_FLAG 1180 Void setBaseLayerPSCompatibilityFlag (Int layer, int val) { m_baseLayerPSCompatibilityFlag[layer] = val; } 1181 Int getBaseLayerPSCompatibilityFlag (Int layer) { return m_baseLayerPSCompatibilityFlag[layer];} 1182 #endif 1183 1184 Bool getAltOuputLayerFlag(Int idx) { return m_altOutputLayerFlag[idx]; } 1185 Void setAltOuputLayerFlag(Int idx, Bool x) { m_altOutputLayerFlag[idx] = x; } 1175 Void setBaseLayerPSCompatibilityFlag (Int layer, int val) { m_baseLayerPSCompatibilityFlag[layer] = val; } 1176 Int getBaseLayerPSCompatibilityFlag (Int layer) { return m_baseLayerPSCompatibilityFlag[layer];} 1177 Bool getAltOuputLayerFlag(Int idx) { return m_altOutputLayerFlag[idx]; } 1178 Void setAltOuputLayerFlag(Int idx, Bool x) { m_altOutputLayerFlag[idx] = x; } 1186 1179 1187 1180 #if REPN_FORMAT_IN_VPS -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1162 r1163 126 126 #define VPS_VUI_VIDEO_SIGNAL_MOVE 1 ///< JCTVC-P0076 Move video signal information syntax structure earlier in the VPS VUI 127 127 #endif 128 #define P0182_VPS_VUI_PS_FLAG 1 ///< JCTVC-P0182, add base_layer_parameter_set_compatibility_flag129 128 130 129 #define AVC_BASE 1 ///< YUV BL reading for AVC base SVC
Note: See TracChangeset for help on using the changeset viewer.