Changeset 296 in 3DVCSoftware for trunk/source/Lib/TLibRenderer
- Timestamp:
- 20 Feb 2013, 22:07:43 (12 years ago)
- Location:
- trunk/source/Lib/TLibRenderer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibRenderer/TRenFilter.cpp
r56 r296 1154 1154 } 1155 1155 1156 1157 1156 // Down Sampling 1158 1157 // Down sample luma … … 1224 1223 } 1225 1224 } 1226 1227 1225 1228 1226 Void TRenFilter::xInterpHorChroma( Pel* piSrc, Int iSrcStride, Int iSrcStepX, Int iSrcStepY, Int iWidth, Int iHeight, Pel* piDst, Int iDstStride, Int iDstStepX, Int iDstStepY, FpChromaIntFilt fpFilter ) -
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.