Changeset 1140 in SHVCSoftware


Ignore:
Timestamp:
7 Jul 2015, 23:26:39 (9 years ago)
Author:
seregin
Message:

macro cleanup: TSLAYERS_IL_RPS

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1139 r1140  
    151151#define O0225_TID_BASED_IL_RPS_DERIV     1
    152152#define VPS_TSLAYERS                     1      ///< JCTVC-O0120 signal max temporal sub-layers for each layer
    153 #define TSLAYERS_IL_RPS                  1      ///< JCTVC-O0120 IL RPS based on max temporal sub-layers
    154153#define P0079_DERIVE_NUMACTIVE_REF_PICS  1      ///< JCTVC-P0079 Modification of derivation of variable NumActiveRefLayerPics
    155154#define Q0060_MAX_TID_REF_EQUAL_TO_ZERO  1      ///< JCTVC-Q0060 handling the case max_tid_il_ref_pics_plus1 is equal to 0.
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1136 r1140  
    15711571        else
    15721572        {
    1573 #if O0225_TID_BASED_IL_RPS_DERIV && TSLAYERS_IL_RPS
     1573#if O0225_TID_BASED_IL_RPS_DERIV
    15741574          Int refLayerId = pcSlice->getVPS()->getRefLayerId(pcSlice->getLayerId(), 0);
    15751575          Int refLayerIdx = pcSlice->getVPS()->getLayerIdxInVps(refLayerId);
     
    15851585            pcSlice->setActiveNumILRRefIdx(1);
    15861586            pcSlice->setInterLayerPredLayerIdc(0, 0);
    1587 #if O0225_TID_BASED_IL_RPS_DERIV && TSLAYERS_IL_RPS
     1587#if O0225_TID_BASED_IL_RPS_DERIV
    15881588          }
    15891589#endif
     
    15951595      pcSlice->setInterLayerPredEnabledFlag(true);
    15961596
    1597 #if O0225_TID_BASED_IL_RPS_DERIV && TSLAYERS_IL_RPS
     1597#if O0225_TID_BASED_IL_RPS_DERIV
    15981598      Int   numRefLayerPics = 0;
    15991599      Int   i = 0;
Note: See TracChangeset for help on using the changeset viewer.