Changeset 174 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncSlice.cpp
- Timestamp:
- 9 May 2013, 22:14:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncSlice.cpp
r171 r174 485 485 rpcSlice->setMaxNumMergeCand ( m_pcCfg->getMaxNumMergeCand() ); 486 486 xStoreWPparam( pPPS->getUseWP(), pPPS->getWPBiPred() ); 487 488 #if JCTVC_M0458_INTERLAYER_RPS_SIG 489 // currently only one reference layer is supported in software and no decision logic to select yet. 490 // hence num of active inter layer references is set to one always 491 rpcSlice->setActiveNumILRRefIdx(1); 492 #endif 487 493 } 488 494
Note: See TracChangeset for help on using the changeset viewer.