Ignore:
Timestamp:
25 Dec 2013, 05:53:40 (11 years ago)
Author:
seregin
Message:

remove IL_SL_SIGNALLING_N0371 macro and related code

File:
1 edited

Legend:

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

    r528 r529  
    14651465  if(pcSlice->getSPS()->getScalingListFlag())
    14661466  {
    1467 #if IL_SL_SIGNALLING_N0371
    1468     pcSlice->getSPS()->getScalingList()->setLayerId( m_layerId );
    1469 #endif
    1470 
    14711467    pcSlice->setScalingList ( pcSlice->getSPS()->getScalingList()  );
    14721468
    14731469    if(pcSlice->getPPS()->getScalingListPresentFlag())
    14741470    {
    1475 #if IL_SL_SIGNALLING_N0371
    1476       pcSlice->getPPS()->getScalingList()->setLayerId( m_layerId );
    1477 #endif
    1478 
    14791471      pcSlice->setScalingList ( pcSlice->getPPS()->getScalingList()  );
    14801472    }
     
    14841476    if(!pcSlice->getPPS()->getScalingListPresentFlag() && !pcSlice->getSPS()->getScalingListPresentFlag())
    14851477    {
    1486 #if IL_SL_SIGNALLING_N0371
    1487       pcSlice->setDefaultScalingList( m_layerId );
    1488 #else
    14891478      pcSlice->setDefaultScalingList();
    1490 #endif
    14911479    }
    14921480    m_cTrQuant.setScalingListDec(pcSlice->getScalingList());
     
    14951483  else
    14961484  {
    1497 #if IL_SL_SIGNALLING_N0371
    1498     m_cTrQuant.setFlatScalingList( m_layerId );
    1499 #else
    15001485    m_cTrQuant.setFlatScalingList();
    1501 #endif
    15021486    m_cTrQuant.setUseScalingList(false);
    15031487  }
     
    15431527  TComPPS* pps = new TComPPS();
    15441528
    1545 #if SCALINGLIST_INFERRING || IL_SL_SIGNALLING_N0371
     1529#if SCALINGLIST_INFERRING
    15461530  pps->setLayerId( m_layerId );
    15471531#endif
Note: See TracChangeset for help on using the changeset viewer.