Changeset 1143 in SHVCSoftware
- Timestamp:
- 7 Jul 2015, 23:33:29 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1142 r1143 150 150 #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. 151 151 #define VPS_TSLAYERS 1 ///< JCTVC-O0120 signal max temporal sub-layers for each layer 152 #define P0079_DERIVE_NUMACTIVE_REF_PICS 1 ///< JCTVC-P0079 Modification of derivation of variable NumActiveRefLayerPics153 152 154 153 #define VIEW_ID_RELATED_SIGNALING 1 ///< Introduce syntax elements view_id and view_id_val -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1142 r1143 1533 1533 else 1534 1534 { 1535 #if P0079_DERIVE_NUMACTIVE_REF_PICS1536 1535 for( Int i = 0; i < pcSlice->getNumILRRefIdx(); i++ ) 1537 1536 { … … 1543 1542 } 1544 1543 } 1545 #else1546 pcSlice->setActiveNumILRRefIdx(1);1547 #endif1548 1544 } 1549 1545
Note: See TracChangeset for help on using the changeset viewer.