Changeset 296 in 3DVCSoftware for trunk/source/Lib/TLibRenderer


Ignore:
Timestamp:
20 Feb 2013, 22:07:43 (12 years ago)
Author:
tech
Message:

Reintegrated branch 5.1-dev0 rev. 295.

Location:
trunk/source/Lib/TLibRenderer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibRenderer/TRenFilter.cpp

    r56 r296  
    11541154}
    11551155
    1156 
    11571156// Down Sampling
    11581157// Down sample luma
     
    12241223  }
    12251224}
    1226 
    12271225
    12281226Void 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  
    193193}
    194194
    195 
    196195Void TRenTop::xConvertOutputData( PelImage* pcOrgOutputImage, PelImage* pcConvOutputImage, Bool bMirror )
    197196{
     
    14501449
    14511450    for( Int iXPos = iSourcePos + 1; iXPos <  iWidth; iXPos++)
    1452         {
     1451    {
    14531452      for( UInt uiCurPlane = 0; uiCurPlane < uiNumberOfPlanes; uiCurPlane++)
    1454           {
     1453      {
    14551454        apcOutputData[uiCurPlane][iXPos] = apcInputData[uiCurPlane][iSourcePos];
    14561455      }
    1457             }
     1456    }
    14581457
    14591458    // Fill Left Gap
     
    14691468      {
    14701469        apcOutputData[uiCurPlane][iXPos] = apcInputData[uiCurPlane][iSourcePos];
    1471           }
    1472         }
     1470      }
     1471    }
    14731472
    14741473    // Go to next line
     
    21542153    {
    21552154      m_aaiSubPelShift[uiEntry] = new Int[ iNumEntries ];
    2156         }
     2155    }
    21572156
    21582157    TRenFilter::setSubPelShiftLUT(m_iRelShiftLUTPrec, m_aaiSubPelShift, -1);
Note: See TracChangeset for help on using the changeset viewer.