Changeset 1196 in SHVCSoftware
- Timestamp:
- 8 Jul 2015, 19:37:47 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r1195 r1196 495 495 m_activeNumILRRefIdx = numInterLayerRPSPics; 496 496 } 497 #if MAX_ONE_RESAMPLING_DIRECT_LAYERS 497 498 // max one resampling direct layer 498 499 if( m_pcVPS->getScalabilityMask( SCALABILITY_ID ) ) 499 500 { … … 565 566 #endif 566 567 } 567 #endif568 568 } 569 569 Int numPocTotalCurr = NumPocStCurr0 + NumPocStCurr1 + NumPocLtCurr + m_activeNumILRRefIdx; -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1195 r1196 90 90 91 91 #define REF_IDX_MFM 1 ///< JCTVC-L0336: motion vector mapping of inter-layer reference picture 92 #define MAX_ONE_RESAMPLING_DIRECT_LAYERS 1 ///< Allow maximum of one resampling process for direct reference layers93 92 #define MOTION_RESAMPLING_CONSTRAINT 1 ///< JCTVC-N0108: Allow maximum of one motion resampling process for direct reference layers, and use motion inter-layer prediction from the same layer as texture inter-layer prediction. 94 93 #define AUXILIARY_PICTURES 1 ///< JCTVC-O0041: auxiliary picture layers
Note: See TracChangeset for help on using the changeset viewer.