- Timestamp:
- 4 Jul 2013, 03:30:16 (12 years ago)
- Location:
- branches/SHM-2.1-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r302 r306 1730 1730 m_maxDecPicBuffering[m_GOPList[i].m_temporalId] = m_GOPList[i].m_numRefPics + 1; 1731 1731 } 1732 1733 #if SVC_EXTENSION 1734 m_maxDecPicBuffering[m_GOPList[i].m_temporalId] += 1; // it should be updated if more than 1 resampling picture is used 1735 #endif 1736 1732 1737 Int highestDecodingNumberWithLowerPOC = 0; 1733 1738 for(Int j=0; j<m_iGOPSize; j++) -
branches/SHM-2.1-dev/source/Lib/TLibCommon/TypeDef.h
r304 r306 95 95 #define ENCODER_FAST_MODE 1 ///< L0174: enable encoder fast mode. TestMethod 1 is enabled by setting to 1 and TestMethod 2 is enable by setting to 2. By default it is set to 1. 96 96 #define REF_IDX_MFM 1 ///< L0336: motion vector mapping of inter-layer reference picture 97 #define JCTVC_M0458_INTERLAYER_RPS_SIG 1 ///< implementation of JCTVC-L0178 (currently only one reference layer is supported )97 #define JCTVC_M0458_INTERLAYER_RPS_SIG 1 ///< implementation of JCTVC-L0178 98 98 #if JCTVC_M0458_INTERLAYER_RPS_SIG 99 99 #define ZERO_NUM_DIRECT_LAYERS 1 ///< support of zero direct reference layers
Note: See TracChangeset for help on using the changeset viewer.