Ignore:
Timestamp:
6 Jun 2013, 00:26:16 (11 years ago)
Author:
seregin
Message:

another fix a fast encoder mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.1-multilayers-dev/source/Lib/TLibEncoder/TEncSearch.cpp

    r264 r268  
    33133313     
    33143314#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 )
    33203316      {
    33213317        testILR = false;
Note: See TracChangeset for help on using the changeset viewer.