Changeset 372 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 28 Aug 2013, 04:22:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r370 r372 621 621 TComPic* pBLPic = (*m_ppcTDecTop[0]->getListPic()->begin()); 622 622 fstream* pFile = m_ppcTDecTop[0]->getBLReconFile(); 623 #if ILP_DECODED_PICTURE624 623 UInt uiWidth = pBLPic->getPicYuvRec()->getWidth(); 625 624 UInt uiHeight = pBLPic->getPicYuvRec()->getHeight(); 626 #else627 const Window &conf = pBLPic->getConformanceWindow();628 UInt uiWidth = pBLPic->getPicYuvRec()->getWidth() - conf.getWindowLeftOffset() - conf.getWindowRightOffset();629 UInt uiHeight = pBLPic->getPicYuvRec()->getHeight() - conf.getWindowTopOffset() - conf.getWindowBottomOffset();630 #endif631 625 632 626 if( pFile->good() )
Note: See TracChangeset for help on using the changeset viewer.