Changeset 280 in SHVCSoftware for branches/SHM-2.1-multilayers-dev/source/Lib
- Timestamp:
- 8 Jun 2013, 00:19:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-multilayers-dev/source/Lib/TLibEncoder/TEncSearch.cpp
r279 r280 3287 3287 #endif 3288 3288 3289 #if (ENCODER_FAST_MODE)3290 Bool testILR;3291 #endif3292 3293 3289 xGetBlkBits( ePartSize, pcCU->getSlice()->isInterP(), iPartIdx, uiLastMode, uiMbBits); 3294 3290 … … 3312 3308 RefPicList eRefPicList = ( iRefList ? REF_PIC_LIST_1 : REF_PIC_LIST_0 ); 3313 3309 3314 #if (ENCODER_FAST_MODE)3315 (testILR = false);3316 #endif3317 3318 3310 for ( Int iRefIdxTemp = 0; iRefIdxTemp < pcCU->getSlice()->getNumRefIdx(eRefPicList); iRefIdxTemp++ ) 3319 3311 { 3320 3312 #if (ENCODER_FAST_MODE) 3321 3313 TComPic* pcPic = pcCU->getSlice()->getRefPic( eRefPicList, iRefIdxTemp ); 3322 if( !testILR &&pcPic->isILR(pcCU->getLayerId()) && (ePartSize == SIZE_2Nx2N) )3314 if( pcPic->isILR(pcCU->getLayerId()) && (ePartSize == SIZE_2Nx2N) ) 3323 3315 { 3324 3316 continue;
Note: See TracChangeset for help on using the changeset viewer.