Changeset 14 in 3DVCSoftware


Ignore:
Timestamp:
7 Feb 2012, 18:02:44 (13 years ago)
Author:
poznan-univ
Message:

Turn off the stats flush to hard drive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.2-poznan-univ/source/Lib/TLibRenderer/TRenModel.cpp

    r11 r14  
    524524    TRenFilter::copy( piNewData, iStride, iWidth, iHeight,  m_apiCurDepthPel[ m_iCurrentView ] + iStartPosY * iTargetStride + iStartPosX, iTargetStride );
    525525
    526     {
     526   /* {
    527527      printf("%d %d\n",iStartPosX,iStartPosY);
    528528      TComPicYuv mapPic;
     
    530530      TRenFilter::copy( m_apiCurDepthPel[ m_iCurrentView ], iTargetStride, 1920,1088, mapPic.getLumaAddr(), mapPic.getStride());
    531531      mapPic.dump("VSO_1920x1088.yuv",true);
    532     }
     532    }*/
    533533  }
    534534  else
Note: See TracChangeset for help on using the changeset viewer.