Changeset 888 in 3DVCSoftware for branches/HTM-10.2-dev0/source/Lib/TLibCommon/TComPrediction.cpp
- Timestamp:
- 30 Mar 2014, 19:00:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev0/source/Lib/TLibCommon/TComPrediction.cpp
r884 r888 1286 1286 1287 1287 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 1289 1297 pcPicYuvRef = pcPicYuvBaseCol->getPicYuvRec(); 1290 1298 xPredInterLumaBlk ( pcCU, pcPicYuvRef, uiPartAddr, &cDistparity.m_acNBDV, iWidth, iHeight, pYuvB0, bi, true ); 1291 1299 xPredInterChromaBlk( pcCU, pcPicYuvRef, uiPartAddr, &cDistparity.m_acNBDV, iWidth, iHeight, pYuvB0, bi, true ); 1300 #endif 1292 1301 1293 1302 pcPicYuvRef = pcPicYuvBaseRef->getPicYuvRec();
Note: See TracChangeset for help on using the changeset viewer.