Changeset 268 in SHVCSoftware
- Timestamp:
- 6 Jun 2013, 00:26:16 (12 years ago)
- Location:
- branches/SHM-2.1-multilayers-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-multilayers-dev/source/Lib/TLibEncoder/TEncCu.cpp
r259 r268 458 458 if (rpcBestCU->getLayerId() > 0) 459 459 { 460 TComList<TComPic*> *cListPic = m_ppcTEncTop[rpcBestCU->getLayerId()]->getRefLayerEnc( rpcBestCU->getLayerId()-1)->getListPic();460 TComList<TComPic*> *cListPic = m_ppcTEncTop[rpcBestCU->getLayerId()]->getRefLayerEnc(0)->getListPic(); 461 461 TComPic* picLowerLayer = pcSlice->getRefPic( *cListPic, pcSlice->getPOC() ); 462 462 if(picLowerLayer->getSlice(0)->getSliceType() == I_SLICE) -
branches/SHM-2.1-multilayers-dev/source/Lib/TLibEncoder/TEncSearch.cpp
r264 r268 3313 3313 3314 3314 #if (ENCODER_FAST_MODE) 3315 #if JCTVC_M0458_INTERLAYER_RPS_SIG 3316 if( pcCU->getSlice()->getNumRefIdx(eRefPicList) - pcCU->getSlice()->getActiveNumILRRefIdx() > 0 ) 3317 #else 3318 if( pcCU->getSlice()->getNumRefIdx(eRefPicList) - pcCU->getSlice()->getVPS()->getNumDirectRefLayers( pcCU->getLayerId() ) > 0 ) 3319 #endif 3315 if( pcCU->getSlice()->getNumRefIdx(eRefPicList) > 1 ) 3320 3316 { 3321 3317 testILR = false;
Note: See TracChangeset for help on using the changeset viewer.