Changeset 1222 in SHVCSoftware


Ignore:
Timestamp:
9 Jul 2015, 00:03:51 (9 years ago)
Author:
seregin
Message:

macro cleanup: DISCARDABLE_PIC_RPS

Location:
branches/SHM-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp

    r1212 r1222  
    474474      {
    475475        numInterLayerRPSPics++;
    476 #if DISCARDABLE_PIC_RPS
     476
    477477        assert( ilpPic[i]->getSlice(0)->getDiscardableFlag() == 0 );    // Inter-layer RPS shall not contain picture with discardable_flag = 1.
    478 #endif
    479478      }
    480479    }
     
    13921391
    13931392    }
    1394 #if DISCARDABLE_PIC_RPS
     1393
     1394#if SVC_EXTENSION
    13951395    if( isReference ) // Current picture is in the temporal RPS
    13961396    {
     
    13981398    }
    13991399#endif
     1400
    14001401    // mark the picture as "unused for reference" if it is not in
    14011402    // the Reference Picture Set
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1221 r1222  
    4747#define CONFORMANCE_BITSTREAM_MODE       1      ///< In order to generate the metadata related to conformance bitstreams
    4848
    49 #define DISCARDABLE_PIC_RPS              1      ///< JCTVC-P0130: Inter-layer RPS and temporal RPS should not contain picture with discardable_flag equal to 1
    50 
    5149#define O0164_MULTI_LAYER_HRD            1      ///< JCTVC-O0164: Multi-layer HRD operation
    5250
Note: See TracChangeset for help on using the changeset viewer.