Changeset 296 in 3DVCSoftware for trunk/source/Lib/TLibRenderer/TRenTop.cpp
- Timestamp:
- 20 Feb 2013, 22:07:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibRenderer/TRenTop.cpp
r100 r296 193 193 } 194 194 195 196 195 Void TRenTop::xConvertOutputData( PelImage* pcOrgOutputImage, PelImage* pcConvOutputImage, Bool bMirror ) 197 196 { … … 1450 1449 1451 1450 for( Int iXPos = iSourcePos + 1; iXPos < iWidth; iXPos++) 1452 1451 { 1453 1452 for( UInt uiCurPlane = 0; uiCurPlane < uiNumberOfPlanes; uiCurPlane++) 1454 1453 { 1455 1454 apcOutputData[uiCurPlane][iXPos] = apcInputData[uiCurPlane][iSourcePos]; 1456 1455 } 1457 1456 } 1458 1457 1459 1458 // Fill Left Gap … … 1469 1468 { 1470 1469 apcOutputData[uiCurPlane][iXPos] = apcInputData[uiCurPlane][iSourcePos]; 1471 1472 1470 } 1471 } 1473 1472 1474 1473 // Go to next line … … 2154 2153 { 2155 2154 m_aaiSubPelShift[uiEntry] = new Int[ iNumEntries ]; 2156 2155 } 2157 2156 2158 2157 TRenFilter::setSubPelShiftLUT(m_iRelShiftLUTPrec, m_aaiSubPelShift, -1);
Note: See TracChangeset for help on using the changeset viewer.