Changeset 150 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
4 May 2013, 00:13:37 (12 years ago)
Author:
seregin
Message:

compile error fox AVC_SYNTAX

Location:
branches/SHM-2.0-dev/source/Lib/TLibCommon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/Lib/TLibCommon/TComDataCU.cpp

    r144 r150  
    42134213
    42144214#if AVC_SYNTAX && !ILP_DECODED_PICTURE
     4215#if !ILP_DECODED_PICTURE
     4216  const Window &confBL = cBaseColPic->getPicYuvRec()->getConformanceWindow();
     4217  const Window &confEL = m_pcPic->getPicYuvRec()->getConformanceWindow();
     4218
     4219  Int widthBL   = m_pcSlice->getBaseColPic()->getPicYuvRec()->getWidth () - confBL.getWindowLeftOffset() - confBL.getWindowRightOffset();
     4220  Int heightBL  = m_pcSlice->getBaseColPic()->getPicYuvRec()->getHeight() - confBL.getWindowTopOffset() - confBL.getWindowBottomOffset();
     4221#endif
    42154222  if( iBX >= widthBL || iBY >= heightBL ) //outside of the reference layer cropped picture
    42164223  {
  • branches/SHM-2.0-dev/source/Lib/TLibCommon/TComPic.cpp

    r144 r150  
    116116  return;
    117117}
    118 #if REF_IDX_FRAMEWORK
     118#if REF_IDX_FRAMEWORK && 0
    119119Void TComPic::createWithOutYuv( Int iWidth, Int iHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, TComSPS* pcSps,  Bool bIsVirtual)
    120120{
  • branches/SHM-2.0-dev/source/Lib/TLibCommon/TComPic.h

    r140 r150  
    103103  Void          create( Int iWidth, Int iHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, Window &conformanceWindow, Window &defaultDisplayWindow,
    104104                        Int *numReorderPics, TComSPS* pcSps = NULL, Bool bIsVirtual = false );
    105 #if REF_IDX_FRAMEWORK
     105#if REF_IDX_FRAMEWORK && 0
    106106  Void          createWithOutYuv( Int iWidth, Int iHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth, TComSPS* pcSps = NULL, Bool bIsVirtual = false ); 
    107107  Void          setPicYuvRec(TComPicYuv *pPicYuv) { m_apcPicYuv[1]=pPicYuv; }
Note: See TracChangeset for help on using the changeset viewer.