Ignore:
Timestamp:
9 Nov 2015, 21:13:05 (8 years ago)
Author:
tech
Message:

Macro cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/TComDataCU.cpp

    r1362 r1374  
    30973097
    30983098
    3099 #if ENC_DEC_TRACE && H_MV_ENC_DEC_TRAC
     3099#if ENC_DEC_TRACE && NH_MV_ENC_DEC_TRAC
    31003100  if ( g_traceMergeCandListConst )
    31013101  {
     
    31763176  }
    31773177
    3178 #if ENC_DEC_TRACE && H_MV_ENC_DEC_TRAC
     3178#if ENC_DEC_TRACE && NH_MV_ENC_DEC_TRAC
    31793179  if ( g_traceMergeCandListConst )
    31803180  {
     
    50705070#if NH_3D_NBDV_REF
    50715071        TComPic* picDepth = NULL;   
    5072 #if H_3D_FCO_VSP_DONBDV_E0163
     5072#if H_3D_FCO
    50735073        picDepth  = getSlice()->getIvPic(true, getSlice()->getViewIndex() );
    50745074        if ( picDepth->getPicYuvRec() != NULL  ) 
     
    51365136          pDInfo->m_aVIdxCan = cIDVInfo.m_aVIdxCan[iList][ curPos ];
    51375137#if NH_3D_NBDV_REF
    5138 #if H_3D_FCO_VSP_DONBDV_E0163
     5138#if H_3D_FCO
    51395139          TComPic* picDepth  = NULL;
    51405140
     
    51755175#if NH_3D_NBDV_REF
    51765176    TComPic* picDepth = NULL;
    5177 #if H_3D_FCO_VSP_DONBDV_E0163
     5177#if H_3D_FCO
    51785178    picDepth  = getSlice()->getIvPic(true, getSlice()->getViewIndex() );
    51795179    if ( picDepth->getPicYuvRec() != NULL ) 
     
    52695269          TComPic* picDepth = NULL;
    52705270          assert(getSlice()->getRefPic(eRefPicList, refId)->getPOC() == getSlice()->getPOC());           
    5271 #if H_3D_FCO_VSP_DONBDV_E0163
     5271#if H_3D_FCO
    52725272          picDepth  = getSlice()->getIvPic(true, getSlice()->getViewIndex() );
    52735273          if ( picDepth->getPicYuvRec() != NULL ) 
     
    54035403    }
    54045404
    5405 #if NH_3D_FIX_NBDV_COL
    54065405    // The picture pColCU->getSlice()->getRefPic(eColRefPicList, iColRefIdx) might not be in DPB anymore
    54075406    // So don't access it directly.
    54085407    iColRefViewIdx = pColCU->getSlice()->getVPS()->getViewOrderIdx( pColCU->getSlice()->getRefLayerId( eColRefPicList, iColRefIdx ) );       
    5409 #else
    5410     iColRefViewIdx = pColCU->getSlice()->getRefPic(eColRefPicList, iColRefIdx)->getViewIndex();
    5411 #endif
    54125408
    54135409
     
    60025998  Int depthRefViewIdx = pcCU->getDvInfo(partAddr).m_aVIdxCan;
    60035999 
    6004 #if H_3D_FCO_VSP_DONBDV_E0163
     6000#if H_3D_FCO
    60056001  TComPic* pRefPicBaseDepth = 0;
    60066002  Bool     bIsCurrDepthCoded = false;
     
    60376033  pcCU->clipMv(cDv);
    60386034
    6039 #if H_3D_FCO_VSP_DONBDV_E0163
     6035#if H_3D_FCO
    60406036  if ( bIsCurrDepthCoded )
    60416037  {
Note: See TracChangeset for help on using the changeset viewer.