Changeset 604 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib
- Timestamp:
- 7 Feb 2014, 18:53:23 (11 years ago)
- Location:
- branches/SHM-5.1-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.h
r602 r604 674 674 #endif 675 675 676 #if P0182_VPS_VUI_PS_FLAG 677 UInt m_SPSId[MAX_LAYERS]; 678 UInt m_PPSId[MAX_LAYERS]; 679 UInt m_baseLayerPSCompatibilityFlag[MAX_LAYERS]; 680 #endif 681 676 682 #if !P0307_REMOVE_VPS_VUI_OFFSET 677 683 #if VPS_VUI_OFFSET … … 978 984 Int getAvgPicRate(Int i, Int j) { return m_avgPicRate[i][j]; } 979 985 Void setAvgPicRate(Int i, Int j, Int x) { m_avgPicRate[i][j] = x; } 986 #endif 987 #if P0182_VPS_VUI_PS_FLAG 988 Int getSPSId (Int layer) { return m_SPSId[layer]; } 989 Void setSPSId (Int layer, Int val) { m_SPSId[layer] = val; } 990 Int getPPSId (Int layer) { return m_PPSId[layer]; } 991 Void setPPSId (Int layer, Int val) { m_PPSId[layer] = val; } 992 Void setBaseLayerPSCompatibilityFlag (Int layer, int val) { m_baseLayerPSCompatibilityFlag[layer] = val; } 980 993 #endif 981 994 #if P0300_ALT_OUTPUT_LAYER_FLAG -
branches/SHM-5.1-dev/source/Lib/TLibCommon/TypeDef.h
r602 r604 137 137 #define VPS_VUI_VIDEO_SIGNAL_MOVE 1 ///< JCTVC-P0076 Move video signal information syntax structure earlier in the VPS VUI 138 138 #endif 139 #define P0182_VPS_VUI_PS_FLAG 1 ///< JCTVC-P0182, add base_layer_parameter_set_compatibility_flag 139 140 #endif //VPS_VUI 140 141
Note: See TracChangeset for help on using the changeset viewer.