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


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

macro cleanup: O0225_TID_BASED_IL_RPS_DERIV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1140 r1141  
    15711571        else
    15721572        {
    1573 #if O0225_TID_BASED_IL_RPS_DERIV
    15741573          Int refLayerId = pcSlice->getVPS()->getRefLayerId(pcSlice->getLayerId(), 0);
    15751574          Int refLayerIdx = pcSlice->getVPS()->getLayerIdxInVps(refLayerId);
     
    15821581#endif
    15831582          {
    1584 #endif
    15851583            pcSlice->setActiveNumILRRefIdx(1);
    15861584            pcSlice->setInterLayerPredLayerIdc(0, 0);
    1587 #if O0225_TID_BASED_IL_RPS_DERIV
    15881585          }
    1589 #endif
    15901586        }
    15911587      }
     
    15951591      pcSlice->setInterLayerPredEnabledFlag(true);
    15961592
    1597 #if O0225_TID_BASED_IL_RPS_DERIV
    15981593      Int   numRefLayerPics = 0;
    15991594      Int   i = 0;
     
    16171612        pcSlice->setInterLayerPredLayerIdc(refLayerPicIdc[i], i);
    16181613      }
    1619 #else
    1620       pcSlice->setActiveNumILRRefIdx(pcSlice->getNumILRRefIdx());
    1621       for( Int i = 0; i < pcSlice->getActiveNumILRRefIdx(); i++ )
    1622       {
    1623         pcSlice->setInterLayerPredLayerIdc(i,i);
    1624       }
    1625 #endif
    16261614    }
    16271615#endif //SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.