Ignore:
Timestamp:
28 Aug 2013, 04:22:07 (11 years ago)
Author:
seregin
Message:

remove ILP_DECODED_PICTURE macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r370 r372  
    621621      TComPic* pBLPic = (*m_ppcTDecTop[0]->getListPic()->begin());
    622622      fstream* pFile  = m_ppcTDecTop[0]->getBLReconFile();
    623 #if ILP_DECODED_PICTURE
    624623      UInt uiWidth    = pBLPic->getPicYuvRec()->getWidth();
    625624      UInt uiHeight   = pBLPic->getPicYuvRec()->getHeight();
    626 #else
    627       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 #endif
    631625
    632626      if( pFile->good() )
Note: See TracChangeset for help on using the changeset viewer.