Changeset 296 in 3DVCSoftware for trunk/source/Lib/TLibRenderer/TRenTop.cpp


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

Reintegrated branch 5.1-dev0 rev. 295.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.