Changeset 1037 in 3DVCSoftware


Ignore:
Timestamp:
31 Jul 2014, 18:05:01 (10 years ago)
Author:
tech
Message:

Fix ticket #68 MV clipping bug in the sub-PU MPI default MV generation

Location:
branches/HTM-11.2-dev0/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev0/source/Lib/TLibCommon/TComDataCU.cpp

    r1034 r1037  
    42454245                TComMv cMv = cDefaultMvField.getMv() + cMvRounding;
    42464246                cMv >>= 2;
     4247#if !FIX_TICKET_68
    42474248                clipMv( cMv );
     4249#endif
    42484250                cMvFieldSaved[eCurrRefPicList].setMvField(cMv, iRefPicList) ;
    42494251                break;
  • branches/HTM-11.2-dev0/source/Lib/TLibCommon/TypeDef.h

    r1036 r1037  
    284284
    285285// Fixes
     286#define FIX_TICKET_68                     1    // MV clipping bug in the sub-PU MPI default MV generation
    286287#define FIX_TICKET_71                     1    // IC parameters is meaningless in HTM when no training samples are available
    287288#define FIX_TICKET_77                     1    // Unused variable m_iBitsPerDepthValue
Note: See TracChangeset for help on using the changeset viewer.