Changeset 557 in SHVCSoftware
- Timestamp:
- 27 Jan 2014, 17:04:20 (11 years ago)
- Location:
- branches/SHM-5.0-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.cpp
r556 r557 609 609 { 610 610 // 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: 611 #if ILP_RAP// inter-layer prediction is allowed for BLA, CRA pictures of nuh_layer_id>0611 #if SVC_EXTENSION // inter-layer prediction is allowed for BLA, CRA pictures of nuh_layer_id>0 612 612 // – 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. 613 613 // – Otherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0. -
branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h
r556 r557 143 143 #define JCTVC_M0259_LAMBDAREFINEMENT 1 ///< JCTVC-M0259: lambda refinement (encoder only optimization) 144 144 #define RESTR_CHK 1 ///< JCTVC-M0208 proposal 1 145 #define ILP_RAP 1 ///< JCTVC-M0208 proposal 3146 145 147 146 #define AVC_BASE 1 ///< YUV BL reading for AVC base SVC
Note: See TracChangeset for help on using the changeset viewer.