Changeset 1222 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 9 Jul 2015, 00:03:51 (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
r1212 r1222 474 474 { 475 475 numInterLayerRPSPics++; 476 #if DISCARDABLE_PIC_RPS 476 477 477 assert( ilpPic[i]->getSlice(0)->getDiscardableFlag() == 0 ); // Inter-layer RPS shall not contain picture with discardable_flag = 1. 478 #endif479 478 } 480 479 } … … 1392 1391 1393 1392 } 1394 #if DISCARDABLE_PIC_RPS 1393 1394 #if SVC_EXTENSION 1395 1395 if( isReference ) // Current picture is in the temporal RPS 1396 1396 { … … 1398 1398 } 1399 1399 #endif 1400 1400 1401 // mark the picture as "unused for reference" if it is not in 1401 1402 // the Reference Picture Set -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1221 r1222 47 47 #define CONFORMANCE_BITSTREAM_MODE 1 ///< In order to generate the metadata related to conformance bitstreams 48 48 49 #define DISCARDABLE_PIC_RPS 1 ///< JCTVC-P0130: Inter-layer RPS and temporal RPS should not contain picture with discardable_flag equal to 150 51 49 #define O0164_MULTI_LAYER_HRD 1 ///< JCTVC-O0164: Multi-layer HRD operation 52 50
Note: See TracChangeset for help on using the changeset viewer.