Changeset 196 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibCommon
- Timestamp:
- 14 May 2013, 18:56:16 (12 years ago)
- Location:
- branches/SHM-2.1-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r191 r196 554 554 { 555 555 // The variable NumPocTotalCurr is derived as specified in subclause 7.4.7.2. It is a requirement of bitstream conformance that the following applies to the value of NumPocTotalCurr: 556 #if ILP_RAP // inter-layer prediction is allowed for BLA, CRA pictures of nuh_layer_id>0 557 // – If the current picture is a BLA or CRA picture with nuh_layer_id equal to 0, the value of NumPocTotalCurr shall be equal to 0. 558 // – Otherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0. 559 if (getRapPicFlag() && getLayerId()==0) 560 #else 556 561 // – If the current picture is a BLA or CRA picture, the value of NumPocTotalCurr shall be equal to 0. 557 562 // – Otherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0. 558 563 if (getRapPicFlag()) 564 #endif 559 565 { 560 566 assert(numPocTotalCurr == 0); -
branches/SHM-2.1-dev/source/Lib/TLibCommon/TypeDef.h
r195 r196 72 72 #define JCTVC_M0259_LAMBDAREFINEMENT 1 ///< JCTVC-M0259: lambda refinement (encoder only optimization) 73 73 #define RESTR_CHK 1 ///< JCTVC-M0208 proposal 1 74 #define ILP_RAP 1 ///< JCTVC-M0208 proposal 3 74 75 75 76 #define REF_IDX_FRAMEWORK 1 ///< inter-layer reference framework
Note: See TracChangeset for help on using the changeset viewer.