Changeset 270 in SHVCSoftware for branches/SHM-2.1-multilayers-dev
- Timestamp:
- 6 Jun 2013, 05:19:05 (11 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
r268 r270 458 458 if (rpcBestCU->getLayerId() > 0) 459 459 { 460 TComList<TComPic*> *cListPic = m_ppcTEncTop[rpcBestCU->getLayerId()]->getRefLayerEnc( 0)->getListPic();460 TComList<TComPic*> *cListPic = m_ppcTEncTop[rpcBestCU->getLayerId()]->getRefLayerEnc(rpcBestCU->getLayerId()-1)->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
r268 r270 3313 3313 3314 3314 #if (ENCODER_FAST_MODE) 3315 if( pcCU->getSlice()->getNumRefIdx(eRefPicList) > 1 ) 3315 #if JCTVC_M0458_INTERLAYER_RPS_SIG 3316 if( pcCU->getSlice()->getNumRefIdx(eRefPicList) - pcCU->getSlice()->getActiveNumILRRefIdx() > Int( pcCU->getSlice()->getActiveNumILRRefIdx() == 0 ) ) 3317 #else 3318 if( pcCU->getSlice()->getNumRefIdx(eRefPicList) - pcCU->getSlice()->getVPS()->getNumDirectRefLayers( pcCU->getLayerId() ) > Int( pcCU->getSlice()->getVPS()->getNumDirectRefLayers( pcCU->getLayerId() ) == 0 ) ) 3319 #endif 3316 3320 { 3317 3321 testILR = false;
Note: See TracChangeset for help on using the changeset viewer.