Changeset 1140 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


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

macro cleanup: TSLAYERS_IL_RPS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.