Changeset 24 in SHVCSoftware for branches/SHM-1.0-dev


Ignore:
Timestamp:
31 Jan 2013, 21:29:14 (12 years ago)
Author:
interdigital
Message:
 
File:
1 edited

Legend:

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

    r23 r24  
    35763576    }
    35773577    //  Bi-directional prediction
     3578#if REF_IDX_ME_ZEROMV
     3579        if ( (pcCU->getSlice()->isInterB()) && (pcCU->isBipredRestriction(iPartIdx) == false) && !(pcCU->getSlice()->getMvdL1ZeroFlag() && bestBiPDist == MAX_INT) )
     3580#else
    35783581    if ( (pcCU->getSlice()->isInterB()) && (pcCU->isBipredRestriction(iPartIdx) == false) )
     3582#endif
    35793583    {
    35803584     
Note: See TracChangeset for help on using the changeset viewer.