Changeset 511 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComPrediction.cpp
- Timestamp:
- 3 Jul 2013, 14:03:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComPrediction.cpp
r510 r511 594 594 595 595 // Step 4: Do compensation 596 TComMv cMv = pcCU->getCUMvField( eRefPicList )->getMv( uiPartAddr ); 596 TComMv cMv = pcCU->getCUMvField( eRefPicList )->getMv( uiPartAddr ); // cMv is the disparity vector derived from the neighbors 597 597 pcCU->clipMv(cMv); 598 598 Int iBlkX = ( pcCU->getAddr() % pRefPicBaseDepth->getFrameWidthInCU() ) * g_uiMaxCUWidth + g_auiRasterToPelX[ g_auiZscanToRaster[ uiAbsPartIdx ] ];
Note: See TracChangeset for help on using the changeset viewer.