Changeset 542 in SHVCSoftware for branches/SHM-4.1-dev/source/Lib/TLibCommon
- Timestamp:
- 10 Jan 2014, 01:26:16 (11 years ago)
- Location:
- branches/SHM-4.1-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r533 r542 2049 2049 #if VIEW_ID_RELATED_SIGNALING 2050 2050 , m_viewIdLenMinus1 (0) 2051 #endif 2052 #if VPS_VUI_OFFSET 2053 , m_vpsVuiOffset (0) 2051 2054 #endif 2052 2055 { -
branches/SHM-4.1-dev/source/Lib/TLibCommon/TComSlice.h
r535 r542 643 643 #endif 644 644 #endif //SVC_EXTENSION 645 #if VPS_VUI_OFFSET 646 Int m_vpsVuiOffset; 647 #endif 645 648 public: 646 649 TComVPS(); … … 985 988 Int getNumSubDpbs(Int i) { return m_numSubDpbs[i]; } 986 989 Void setNumSubDpbs(Int i, Int x) { m_numSubDpbs[i] = x; } 990 #endif 991 #if VPS_VUI_OFFSET 992 Int getVpsVuiOffset() { return m_vpsVuiOffset; } 993 Void setVpsVuiOffset(Int x) { m_vpsVuiOffset = x; } 987 994 #endif 988 995 #endif //SVC_EXTENSION -
branches/SHM-4.1-dev/source/Lib/TLibCommon/TypeDef.h
r532 r542 42 42 43 43 #define SYNTAX_BYTES 10 ///< number of bytes taken by syntaxes per 4x4 block [RefIdxL0(1byte), RefIdxL1(1byte), MVxL0(2bytes), MVyL0(2bytes), MVxL1(2bytes), MVyL1(2bytes)] 44 45 #define VPS_VUI_OFFSET 1 ///< N0085: Signal VPS VUI offset in the VPS extension 44 46 45 47 #define RANDOM_ACCESS_SEI_FIX 1
Note: See TracChangeset for help on using the changeset viewer.