Ignore:
Timestamp:
18 Jun 2013, 17:25:49 (12 years ago)
Author:
tech
Message:

Minor clean ups.

Location:
branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r476 r478  
    759759    }
    760760#endif // !H_MV
    761 
    762761#if H_3D_IV_MERGE
    763762    READ_FLAG( uiCode, "base_view_flag" );
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecCu.cpp

    r476 r478  
    320320    m_ppcCU[uiDepth]->copyInterPredInfoFrom( pcCU, uiAbsPartIdx, REF_PIC_LIST_0 );
    321321    m_ppcCU[uiDepth]->copyInterPredInfoFrom( pcCU, uiAbsPartIdx, REF_PIC_LIST_1 );
     322#if H_3D_IV_MERGE
    322323    m_ppcCU[uiDepth]->copyDVInfoFrom(pcCU, uiAbsPartIdx);
    323 #if H_3D_IV_MERGE
    324324    TComMvField cMvFieldNeighbours[MRG_MAX_NUM_CANDS_MEM << 1]; // double length for mv of both lists
    325325    UChar uhInterDirNeighbours[MRG_MAX_NUM_CANDS_MEM];
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecGop.cpp

    r476 r478  
    158158    m_LFCrossSliceBoundaryFlag.push_back( pcSlice->getLFCrossSliceBoundaryFlag());
    159159  }
    160 
    161160#if H_3D_IV_MERGE
    162161  if( uiStartCUAddr == 0 )
     
    165164  }
    166165#endif
    167 
    168166#if H_3D_NBDV
    169167  if(pcSlice->getViewIndex() && !pcSlice->getIsDepth()) //Notes from QC: this condition shall be changed once the configuration is completed, e.g. in pcSlice->getSPS()->getMultiviewMvPredMode() || ARP in prev. HTM. Remove this comment once it is done.
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecGop.h

    r476 r478  
    5454#include "TLibCommon/TComDepthMapGenerator.h"
    5555#endif
    56 
    5756#include "TDecEntropy.h"
    5857#include "TDecSlice.h"
     
    8685  TComDepthMapGenerator*  m_pcDepthMapGenerator;
    8786#endif
    88 
    8987  TComSampleAdaptiveOffset*     m_pcSAO;
    9088  Double                m_dDecTime;
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecTop.cpp

    r476 r478  
    409409  m_cSliceDecoder.init( &m_cEntropyDecoder, &m_cCuDecoder );
    410410  m_cEntropyDecoder.init(&m_cPrediction);
    411 
    412411#if H_3D_IV_MERGE
    413412  m_tAppDecTop = pcTAppDecTop;
     
    919918
    920919#endif
    921 
    922920#if H_3D_IV_MERGE
    923921    TComPic * const pcTexturePic = m_isDepth ? m_tAppDecTop->getPicFromView(  m_viewIndex, pcSlice->getPOC(), false ) : NULL;
Note: See TracChangeset for help on using the changeset viewer.