Changeset 1140 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Jul 2015, 23:26:39 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1136 r1140 1571 1571 else 1572 1572 { 1573 #if O0225_TID_BASED_IL_RPS_DERIV && TSLAYERS_IL_RPS1573 #if O0225_TID_BASED_IL_RPS_DERIV 1574 1574 Int refLayerId = pcSlice->getVPS()->getRefLayerId(pcSlice->getLayerId(), 0); 1575 1575 Int refLayerIdx = pcSlice->getVPS()->getLayerIdxInVps(refLayerId); … … 1585 1585 pcSlice->setActiveNumILRRefIdx(1); 1586 1586 pcSlice->setInterLayerPredLayerIdc(0, 0); 1587 #if O0225_TID_BASED_IL_RPS_DERIV && TSLAYERS_IL_RPS1587 #if O0225_TID_BASED_IL_RPS_DERIV 1588 1588 } 1589 1589 #endif … … 1595 1595 pcSlice->setInterLayerPredEnabledFlag(true); 1596 1596 1597 #if O0225_TID_BASED_IL_RPS_DERIV && TSLAYERS_IL_RPS1597 #if O0225_TID_BASED_IL_RPS_DERIV 1598 1598 Int numRefLayerPics = 0; 1599 1599 Int i = 0;
Note: See TracChangeset for help on using the changeset viewer.