Changeset 1141 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Jul 2015, 23:29:44 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1140 r1141 1571 1571 else 1572 1572 { 1573 #if O0225_TID_BASED_IL_RPS_DERIV1574 1573 Int refLayerId = pcSlice->getVPS()->getRefLayerId(pcSlice->getLayerId(), 0); 1575 1574 Int refLayerIdx = pcSlice->getVPS()->getLayerIdxInVps(refLayerId); … … 1582 1581 #endif 1583 1582 { 1584 #endif1585 1583 pcSlice->setActiveNumILRRefIdx(1); 1586 1584 pcSlice->setInterLayerPredLayerIdc(0, 0); 1587 #if O0225_TID_BASED_IL_RPS_DERIV1588 1585 } 1589 #endif1590 1586 } 1591 1587 } … … 1595 1591 pcSlice->setInterLayerPredEnabledFlag(true); 1596 1592 1597 #if O0225_TID_BASED_IL_RPS_DERIV1598 1593 Int numRefLayerPics = 0; 1599 1594 Int i = 0; … … 1617 1612 pcSlice->setInterLayerPredLayerIdc(refLayerPicIdc[i], i); 1618 1613 } 1619 #else1620 pcSlice->setActiveNumILRRefIdx(pcSlice->getNumILRRefIdx());1621 for( Int i = 0; i < pcSlice->getActiveNumILRRefIdx(); i++ )1622 {1623 pcSlice->setInterLayerPredLayerIdc(i,i);1624 }1625 #endif1626 1614 } 1627 1615 #endif //SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.