Changeset 14 in 3DVCSoftware for branches/0.2-poznan-univ/source
- Timestamp:
- 7 Feb 2012, 18:02:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2-poznan-univ/source/Lib/TLibRenderer/TRenModel.cpp
r11 r14 524 524 TRenFilter::copy( piNewData, iStride, iWidth, iHeight, m_apiCurDepthPel[ m_iCurrentView ] + iStartPosY * iTargetStride + iStartPosX, iTargetStride ); 525 525 526 {526 /* { 527 527 printf("%d %d\n",iStartPosX,iStartPosY); 528 528 TComPicYuv mapPic; … … 530 530 TRenFilter::copy( m_apiCurDepthPel[ m_iCurrentView ], iTargetStride, 1920,1088, mapPic.getLumaAddr(), mapPic.getStride()); 531 531 mapPic.dump("VSO_1920x1088.yuv",true); 532 } 532 }*/ 533 533 } 534 534 else
Note: See TracChangeset for help on using the changeset viewer.