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/TLibCommon/TComDataCU.cpp

    r371 r372  
    39893989  }
    39903990
    3991 #if AVC_SYNTAX && !ILP_DECODED_PICTURE
    3992 #if !ILP_DECODED_PICTURE
    3993   const Window &confBL = cBaseColPic->getPicYuvRec()->getConformanceWindow();
    3994   const Window &confEL = m_pcPic->getPicYuvRec()->getConformanceWindow();
    3995 
    3996   Int widthBL   = m_pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getWidth () - confBL.getWindowLeftOffset() - confBL.getWindowRightOffset();
    3997   Int heightBL  = m_pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getHeight() - confBL.getWindowTopOffset() - confBL.getWindowBottomOffset();
    3998 #endif
    3999   if( iBX >= widthBL || iBY >= heightBL ) //outside of the reference layer cropped picture
    4000   {
    4001     return NULL;
    4002   }
    4003 #endif
    4004 
    40053991  uiCUAddrBase = (iBY/g_uiMaxCUHeight)*cBaseColPic->getFrameWidthInCU() + (iBX/g_uiMaxCUWidth);
    40063992
Note: See TracChangeset for help on using the changeset viewer.