Changeset 529 in SHVCSoftware for branches/SHM-4.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 25 Dec 2013, 05:53:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r528 r529 1465 1465 if(pcSlice->getSPS()->getScalingListFlag()) 1466 1466 { 1467 #if IL_SL_SIGNALLING_N03711468 pcSlice->getSPS()->getScalingList()->setLayerId( m_layerId );1469 #endif1470 1471 1467 pcSlice->setScalingList ( pcSlice->getSPS()->getScalingList() ); 1472 1468 1473 1469 if(pcSlice->getPPS()->getScalingListPresentFlag()) 1474 1470 { 1475 #if IL_SL_SIGNALLING_N03711476 pcSlice->getPPS()->getScalingList()->setLayerId( m_layerId );1477 #endif1478 1479 1471 pcSlice->setScalingList ( pcSlice->getPPS()->getScalingList() ); 1480 1472 } … … 1484 1476 if(!pcSlice->getPPS()->getScalingListPresentFlag() && !pcSlice->getSPS()->getScalingListPresentFlag()) 1485 1477 { 1486 #if IL_SL_SIGNALLING_N03711487 pcSlice->setDefaultScalingList( m_layerId );1488 #else1489 1478 pcSlice->setDefaultScalingList(); 1490 #endif1491 1479 } 1492 1480 m_cTrQuant.setScalingListDec(pcSlice->getScalingList()); … … 1495 1483 else 1496 1484 { 1497 #if IL_SL_SIGNALLING_N03711498 m_cTrQuant.setFlatScalingList( m_layerId );1499 #else1500 1485 m_cTrQuant.setFlatScalingList(); 1501 #endif1502 1486 m_cTrQuant.setUseScalingList(false); 1503 1487 } … … 1543 1527 TComPPS* pps = new TComPPS(); 1544 1528 1545 #if SCALINGLIST_INFERRING || IL_SL_SIGNALLING_N03711529 #if SCALINGLIST_INFERRING 1546 1530 pps->setLayerId( m_layerId ); 1547 1531 #endif
Note: See TracChangeset for help on using the changeset viewer.