Changeset 76 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibCommon
- Timestamp:
- 11 Mar 2013, 23:29:54 (12 years ago)
- Location:
- branches/HM-10.0-dev-SHM/source/Lib/TLibCommon
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComPicSym.cpp
r54 r76 185 185 { 186 186 m_apcTComSlice[m_uiNumAllocatedSlice-1]->copySliceInfo( m_apcTComSlice[m_uiNumAllocatedSlice-2] ); 187 #if S ET_SLICE_LAYER_ID187 #if SVC_EXTENSION 188 188 m_apcTComSlice[m_uiNumAllocatedSlice-1]->initSlice( m_apcTComSlice[m_uiNumAllocatedSlice-1]->getLayerId() ); 189 189 #else -
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComSlice.cpp
r71 r76 140 140 141 141 142 #if S ET_SLICE_LAYER_ID142 #if SVC_EXTENSION 143 143 Void TComSlice::initSlice( UInt layerId ) 144 144 #else … … 146 146 #endif 147 147 { 148 #if S ET_SLICE_LAYER_ID148 #if SVC_EXTENSION 149 149 m_layerId = layerId; 150 150 #endif -
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComSlice.h
r54 r76 1344 1344 TComSlice(); 1345 1345 virtual ~TComSlice(); 1346 #if S ET_SLICE_LAYER_ID1346 #if SVC_EXTENSION 1347 1347 Void initSlice ( UInt layerId ); 1348 1348 #else -
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TypeDef.h
r74 r76 49 49 #define SVC_UPSAMPLING 1 ///< upsampling filters 50 50 #define PHASE_DERIVATION_IN_INTEGER 1 ///< upsampling filters implementation using only integer arithmetic 51 #define SET_SLICE_LAYER_ID 1 ///< set layerId to the slice52 #define BUGFIX_925 1 ///< bug fix ticket #92553 51 #define ENCODER_BUGFIX 1 ///< L0167: encoder bug fix for inter mode 54 52 #define CHROMA_UPSAMPLING 1 ///< L0335: Chroma upsampling with 5 bits coefficients
Note: See TracChangeset for help on using the changeset viewer.