Changeset 1140 in SHVCSoftware
- Timestamp:
- 7 Jul 2015, 23:26:39 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1139 r1140 151 151 #define O0225_TID_BASED_IL_RPS_DERIV 1 152 152 #define VPS_TSLAYERS 1 ///< JCTVC-O0120 signal max temporal sub-layers for each layer 153 #define TSLAYERS_IL_RPS 1 ///< JCTVC-O0120 IL RPS based on max temporal sub-layers154 153 #define P0079_DERIVE_NUMACTIVE_REF_PICS 1 ///< JCTVC-P0079 Modification of derivation of variable NumActiveRefLayerPics 155 154 #define Q0060_MAX_TID_REF_EQUAL_TO_ZERO 1 ///< JCTVC-Q0060 handling the case max_tid_il_ref_pics_plus1 is equal to 0. -
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.