Changeset 1080 in 3DVCSoftware


Ignore:
Timestamp:
21 Oct 2014, 23:12:21 (10 years ago)
Author:
tech
Message:

Removed MV-HEVC related macros part 6.

Location:
branches/HTM-12.1-dev0/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.1-dev0/source/Lib/TLibDecoder/TDecTop.h

    r976 r1080  
    265265#else 
    266266  Bool  decode(InputNALUnit& nalu, Int& iSkipFrame, Int& iPOCLastDisplay);
    267 #endif
    268  
     267#endif 
    269268  Void  deletePicBuffer();
    270269#if H_MV
  • branches/HTM-12.1-dev0/source/Lib/TLibEncoder/TEncCu.cpp

    r1074 r1080  
    22722272  }
    22732273#endif
    2274 
    22752274#if H_3D_VSO // M4
    22762275  if( m_pcRdCost->getUseLambdaScaleVSO() )
     
    22782277  else
    22792278#endif
    2280 
    22812279  rpcTempCU->getTotalCost()  = m_pcRdCost->calcRdCost( rpcTempCU->getTotalBits(), rpcTempCU->getTotalDistortion() );
    22822280#if H_3D_INTER_SDC
     
    26282626}
    26292627#endif
    2630 
    26312628#if H_3D_DIM
    26322629Void TEncCu::xCheckRDCostIntra( TComDataCU*& rpcBestCU, TComDataCU*& rpcTempCU, PartSize eSize, Bool bOnlyIVP )
     
    26352632#endif
    26362633{
    2637   UInt uiDepth = rpcTempCU->getDepth( 0 );
    2638  
     2634  UInt uiDepth = rpcTempCU->getDepth( 0 ); 
    26392635#if H_3D_VSO // M5
    26402636  if( m_pcRdCost->getUseRenModel() )
Note: See TracChangeset for help on using the changeset viewer.