Changeset 1517 in SHVCSoftware
- Timestamp:
- 7 Jan 2016, 00:55:13 (9 years ago)
- Location:
- branches/SHM-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1502 r1517 139 139 maxRepFormatIdx = std::max( m_apcLayerCfg[layer]->getRepFormatIdx(), maxRepFormatIdx ); 140 140 141 #if FORMATIDX_CHECK142 141 for(Int compareLayer = 0; compareLayer < layer; compareLayer++ ) 143 142 { … … 159 158 } 160 159 } 161 #endif162 160 } 163 161 -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1516 r1517 48 48 49 49 #if SVC_EXTENSION 50 #define SCALABLE_REXT 1 51 #define FORMATIDX_CHECK 1 50 #define SCALABLE_REXT 1 ///< enabling scalable RExt profiles, for bit-depth greater than 10 consider to enable RExt__HIGH_BIT_DEPTH_SUPPORT 52 51 53 52 #define MAX_LAYERS 8 ///< max number of layers the codec is supposed to handle
Note: See TracChangeset for help on using the changeset viewer.