Ignore:
Timestamp:
28 Jul 2015, 03:59:07 (9 years ago)
Author:
lg
Message:

Integration of inter SDC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1-LG/source/Lib/TLibEncoder/TEncCu.cpp

    r1289 r1303  
    20942094          }
    20952095#endif
    2096 #if H_3D_INTER_SDC
     2096#if NH_3D_SDC_INTER
    20972097          TComDataCU *rpcTempCUPre = rpcTempCU;
    20982098#endif
     
    21002100          xCheckDQP( rpcTempCU );
    21012101          xCheckBestMode(rpcBestCU, rpcTempCU, uhDepth DEBUG_STRING_PASS_INTO(bestStr) DEBUG_STRING_PASS_INTO(tmpStr));
    2102 #if H_3D_INTER_SDC
     2102#if NH_3D_SDC_INTER
    21032103          if( rpcTempCU->getSlice()->getInterSdcFlag() && !uiNoResidual )
    21042104          {
     
    21312131#endif
    21322132              rpcTempCU->setTrIdxSubParts( 0, 0, uhDepth );
    2133               rpcTempCU->setCbfSubParts( 1, 1, 1, 0, uhDepth );
     2133              rpcTempCU->setCbfSubParts( 1, COMPONENT_Y, 0, uhDepth );
    21342134#if NH_3D_VSO //M2
    21352135              if( m_pcRdCost->getUseRenModel() )
     
    21732173          if( m_pcEncCfg->getUseFastDecisionForMerge() && !bestIsSkip )
    21742174          {
    2175 #if H_3D_INTER_SDC
     2175#if NH_3D_SDC_INTER
    21762176            if( rpcTempCU->getSlice()->getInterSdcFlag() )
    21772177            {
     
    21822182#endif
    21832183            bestIsSkip = rpcBestCU->getQtRootCbf(0) == 0;
    2184 #if H_3D_INTER_SDC
     2184#if NH_3D_SDC_INTER
    21852185            }
    21862186#endif
     
    23772377  DebugInterPredResiReco(sTest, *(m_ppcPredYuvTemp[uhDepth]), *(m_ppcResiYuvBest[uhDepth]), *(m_ppcRecoYuvTemp[uhDepth]), DebugStringGetPredModeMask(rpcTempCU->getPredictionMode(0)));
    23782378#endif
    2379 #if H_3D_INTER_SDC
     2379#if NH_3D_SDC_INTER
    23802380      TComDataCU *rpcTempCUPre = rpcTempCU;
    23812381#endif
     
    23832383  xCheckDQP( rpcTempCU );
    23842384  xCheckBestMode(rpcBestCU, rpcTempCU, uhDepth DEBUG_STRING_PASS_INTO(sDebug) DEBUG_STRING_PASS_INTO(sTest));
    2385 #if H_3D_INTER_SDC
     2385#if NH_3D_SDC_INTER
    23862386      if( rpcTempCU->getSlice()->getInterSdcFlag() && ePartSize == SIZE_2Nx2N)
    23872387      {
     
    24162416#endif
    24172417          rpcTempCU->setTrIdxSubParts( 0, 0, uhDepth );
    2418           rpcTempCU->setCbfSubParts( 1, 1, 1, 0, uhDepth );
     2418          rpcTempCU->setCbfSubParts( 1, COMPONENT_Y, 0, uhDepth );
    24192419#if NH_3D_VSO // M3
    24202420          if( m_pcRdCost->getUseRenModel() )
Note: See TracChangeset for help on using the changeset viewer.