Ignore:
Timestamp:
30 Mar 2014, 19:00:36 (10 years ago)
Author:
ntt
Message:

bug fix for ticket#54

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.2-dev0/source/Lib/TLibCommon/TComPrediction.cpp

    r884 r888  
    12861286
    12871287    assert ( cDistparity.bDV );
    1288 
     1288   
     1289#if NTT_BUG_FIX_TK54
     1290    TComMv cNBDV = cDistparity.m_acNBDV;
     1291    pcCU->clipMv( cNBDV );
     1292   
     1293    pcPicYuvRef = pcPicYuvBaseCol->getPicYuvRec();
     1294    xPredInterLumaBlk  ( pcCU, pcPicYuvRef, uiPartAddr, &cNBDV, iWidth, iHeight, pYuvB0, bi, true );
     1295    xPredInterChromaBlk( pcCU, pcPicYuvRef, uiPartAddr, &cNBDV, iWidth, iHeight, pYuvB0, bi, true );
     1296#else
    12891297    pcPicYuvRef = pcPicYuvBaseCol->getPicYuvRec();
    12901298    xPredInterLumaBlk  ( pcCU, pcPicYuvRef, uiPartAddr, &cDistparity.m_acNBDV, iWidth, iHeight, pYuvB0, bi, true );
    12911299    xPredInterChromaBlk( pcCU, pcPicYuvRef, uiPartAddr, &cDistparity.m_acNBDV, iWidth, iHeight, pYuvB0, bi, true );
     1300#endif
    12921301   
    12931302    pcPicYuvRef = pcPicYuvBaseRef->getPicYuvRec();
Note: See TracChangeset for help on using the changeset viewer.