Changeset 556 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibCommon
- Timestamp:
- 25 Jan 2014, 04:36:18 (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
r552 r556 2058 2058 #endif 2059 2059 #endif 2060 #if !P0307_REMOVE_VPS_VUI_OFFSET 2060 2061 #if VPS_VUI_OFFSET 2061 2062 , m_vpsVuiOffset (0) 2063 #endif 2064 #endif 2065 #if P0307_VPS_NON_VUI_EXTENSION 2066 , m_vpsNonVuiExtLength (0) 2062 2067 #endif 2063 2068 { -
branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.h
r552 r556 658 658 659 659 #endif //SVC_EXTENSION 660 #if !P0307_REMOVE_VPS_VUI_OFFSET 660 661 #if VPS_VUI_OFFSET 661 662 Int m_vpsVuiOffset; 663 #endif 664 #endif 665 #if P0307_VPS_NON_VUI_EXTENSION 666 Int m_vpsNonVuiExtLength; 662 667 #endif 663 668 public: … … 1021 1026 #endif 1022 1027 1028 #if !P0307_REMOVE_VPS_VUI_OFFSET 1023 1029 #if VPS_VUI_OFFSET 1024 1030 Int getVpsVuiOffset() { return m_vpsVuiOffset; } 1025 1031 Void setVpsVuiOffset(Int x) { m_vpsVuiOffset = x; } 1032 #endif 1033 #endif 1034 #if P0307_VPS_NON_VUI_EXTENSION 1035 Int getVpsNonVuiExtLength() { return m_vpsNonVuiExtLength; } 1036 Void setVpsNonVuiExtLength(Int x) { m_vpsNonVuiExtLength = x; } 1026 1037 #endif 1027 1038 #endif //SVC_EXTENSION -
branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h
r553 r556 52 52 53 53 #define P0130_EOB 1 ///< JCTVC-P0130, set layer Id of EOB NALU to be fixed to 0 54 #define P0307_REMOVE_VPS_VUI_OFFSET 1 ///< JCTVC-P0307, remove implementation related to VPS VUI offset signalling 55 #define P0307_VPS_NON_VUI_EXTENSION 1 ///< JCTVC-P0307, implementation related to NON VUI VPS Extension signalling 54 56 55 57 #define O0109_O0199_FLAGS_TO_VUI 1 ///< JCTVC-O0109, O0199: move single_layer_for_non_irap_flag and higher_layer_flag to vps_vui
Note: See TracChangeset for help on using the changeset viewer.