Changeset 405 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibCommon
- Timestamp:
- 26 Sep 2013, 10:32:02 (11 years ago)
- Location:
- branches/SHM-3.1-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r399 r405 496 496 } 497 497 #if MAX_ONE_RESAMPLING_DIRECT_LAYERS 498 #if SCALABILITY_MASK_E0104 499 if( m_pcVPS->getScalabilityMask(2) ) 500 #else 498 501 if( m_pcVPS->getScalabilityMask(1) ) 502 #endif 499 503 { 500 504 Int numResampler = 0; -
branches/SHM-3.1-dev/source/Lib/TLibCommon/TypeDef.h
r401 r405 40 40 41 41 #define SVC_EXTENSION 1 42 43 #define SCALABILITY_MASK_E0104 1 42 44 43 45 #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)]
Note: See TracChangeset for help on using the changeset viewer.