Changeset 436 in SHVCSoftware for branches/SHM-3.1-dev/source/App
- Timestamp:
- 14 Oct 2013, 19:11:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
r432 r436 559 559 UInt chromaFormatIdc = pcPic->getSlice(0)->getChromaFormatIdc(); 560 560 Int xScal = TComSPS::getWinUnitX( chromaFormatIdc ), yScal = TComSPS::getWinUnitY( chromaFormatIdc ); 561 m_acTVideoIOYuvReconFile[layerId].write( pcPic ->getPicYuvRec(),561 m_acTVideoIOYuvReconFile[layerId].write( pcPicTop->getPicYuvRec(), pcPicBottom->getPicYuvRec(), 562 562 conf.getWindowLeftOffset() * xScal + defDisp.getWindowLeftOffset(), 563 563 conf.getWindowRightOffset() * xScal + defDisp.getWindowRightOffset(), 564 564 conf.getWindowTopOffset() * yScal + defDisp.getWindowTopOffset(), 565 conf.getWindowBottomOffset()* yScal + defDisp.getWindowBottomOffset() );565 conf.getWindowBottomOffset()* yScal + defDisp.getWindowBottomOffset(), isTff ); 566 566 567 567 #else … … 752 752 UInt chromaFormatIdc = pcPic->getSlice(0)->getChromaFormatIdc(); 753 753 Int xScal = TComSPS::getWinUnitX( chromaFormatIdc ), yScal = TComSPS::getWinUnitY( chromaFormatIdc ); 754 m_acTVideoIOYuvReconFile[layerId].write( pcPic ->getPicYuvRec(),754 m_acTVideoIOYuvReconFile[layerId].write( pcPicTop->getPicYuvRec(), pcPicBottom->getPicYuvRec(), 755 755 conf.getWindowLeftOffset() *xScal + defDisp.getWindowLeftOffset(), 756 756 conf.getWindowRightOffset() *xScal + defDisp.getWindowRightOffset(), 757 757 conf.getWindowTopOffset() *yScal + defDisp.getWindowTopOffset(), 758 conf.getWindowBottomOffset()*yScal + defDisp.getWindowBottomOffset() );758 conf.getWindowBottomOffset()*yScal + defDisp.getWindowBottomOffset(), isTff ); 759 759 760 760 #else
Note: See TracChangeset for help on using the changeset viewer.