Changeset 557 in SHVCSoftware


Ignore:
Timestamp:
27 Jan 2014, 17:04:20 (11 years ago)
Author:
seregin
Message:

remove ILP_RAP macro

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  
    609609  {
    610610    // 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>0
     611#if SVC_EXTENSION    // inter-layer prediction is allowed for BLA, CRA pictures of nuh_layer_id>0
    612612    // – 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.
    613613    // – 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  
    143143#define JCTVC_M0259_LAMBDAREFINEMENT     1      ///< JCTVC-M0259: lambda refinement (encoder only optimization)
    144144#define RESTR_CHK                        1      ///< JCTVC-M0208 proposal 1
    145 #define ILP_RAP                          1      ///< JCTVC-M0208 proposal 3
    146145
    147146#define AVC_BASE                         1      ///< YUV BL reading for AVC base SVC
Note: See TracChangeset for help on using the changeset viewer.