Changeset 568 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibCommon
- Timestamp:
- 27 Jan 2014, 20:37:31 (11 years ago)
- Location:
- branches/SHM-5.0-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.h
r565 r568 483 483 Int m_numLayerInIdList[MAX_VPS_LAYER_SETS_PLUS1]; 484 484 #endif 485 #if !P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED 485 486 #if VPS_EXTN_OFFSET 486 487 UInt m_extensionOffset; 488 #endif 487 489 #endif 488 490 #if VPS_RENAME … … 980 982 Int scalTypeToScalIdx( ScalabilityType scalType ); 981 983 #endif 984 #if !P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED 982 985 #if VPS_EXTN_OFFSET 983 986 Int getExtensionOffset() { return m_extensionOffset; } 984 987 Void setExtensionOffset( UInt offset ) { m_extensionOffset = offset; } 988 #endif 985 989 #endif 986 990 #if O0215_PHASE_ALIGNMENT -
branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h
r567 r568 126 126 #endif 127 127 128 #define P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED 1 ///< JCTVC-P0125 -- Keep it as a reserved FFFF value --- The following two macros (VPS_EXTN_OFFSET & VPS_EXTN_OFFSET_CALC) will have no effect when this macro is set to 1. 128 129 #define VPS_EXTN_OFFSET 1 ///< implementation of vps_extension_offset syntax element 129 130 #define VPS_EXTN_OFFSET_CALC 1 ///< Calculation of VPS extension offset
Note: See TracChangeset for help on using the changeset viewer.