Ignore:
Timestamp:
6 Nov 2015, 16:18:36 (8 years ago)
Author:
tech
Message:

Macro fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibEncoder/TEncCu.cpp

    r1360 r1373  
    420420  const UInt fastDeltaQPCuMaxSize    = Clip3(sps.getMaxCUHeight()>>sps.getLog2DiffMaxMinCodingBlockSize(), sps.getMaxCUHeight(), 32u);
    421421
    422 
     422#if NH_3D_QTL
    423423#if NH_3D_QTLPC
    424424  Bool  bLimQtPredFalg    = pcPic->getSlice(0)->getQtPredFlag();
     425#else
     426  Bool  bLimQtPredFalg    = false;
     427#endif
    425428  TComPic *pcTexture      = rpcBestCU->getSlice()->getTexturePic();
    426429
     
    437440  m_ppcOrigYuv[uiDepth]->copyFromPicYuv( pcPic->getPicYuvOrg(), rpcBestCU->getCtuRsAddr(), rpcBestCU->getZorderIdxInCtu() );
    438441
    439 #if NH_3D_QTLPC 
     442#if NH_3D_QTL 
    440443  Bool    bTrySplit     = true;
    441444  Bool    bTrySplitDQP  = true;
     
    534537      }
    535538
    536 #if NH_3D_QTLPC
     539#if NH_3D_QTL
    537540      bTrySplit    = true;
    538541#endif
     
    552555
    553556      rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode );
    554 #if NH_3D_QTLPC
     557#if NH_3D_QTL
    555558      //logic for setting bTrySplit using the partition information that is stored of the texture colocated CU
    556559#if H_3D_FCO
     
    734737#endif
    735738      }
    736 #if NH_3D_QTLPC     
     739#if NH_3D_QTL
    737740      if(depthMapDetect && !bIntraSliceDetect && !rapPic && ( m_pcEncCfg->getUseQTL() || bLimQtPredFalg ))
    738741      {
     
    789792          {
    790793            if( uiDepth == sps.getLog2DiffMaxMinCodingBlockSize() && doNotBlockPu
    791 #if NH_3D_QTLPC
     794#if NH_3D_QTL
    792795                && bTrySplit
    793796#endif
     
    809812
    810813          if(doNotBlockPu
    811 #if NH_3D_QTLPC
     814#if NH_3D_QTL
    812815            && bTryNx2N
    813816#endif
     
    830833          }
    831834          if(doNotBlockPu
    832 #if NH_3D_QTLPC
     835#if NH_3D_QTL
    833836            && bTry2NxN
    834837#endif
     
    871874            {
    872875              if(doNotBlockPu
    873 #if NH_3D_QTLPC
     876#if NH_3D_QTL
    874877                && bTry2NxN
    875878#endif
     
    891894              }
    892895              if(doNotBlockPu
    893 #if NH_3D_QTLPC
     896#if NH_3D_QTL
    894897                && bTry2NxN
    895898#endif
     
    917920            {
    918921              if(doNotBlockPu
    919 #if NH_3D_QTLPC
     922#if NH_3D_QTL
    920923                && bTry2NxN
    921924#endif
     
    939942              }
    940943              if(doNotBlockPu
    941 #if NH_3D_QTLPC
     944#if NH_3D_QTL
    942945                && bTry2NxN
    943946#endif
     
    966969            {
    967970              if(doNotBlockPu
    968 #if NH_3D_QTLPC
     971#if NH_3D_QTL
    969972                && bTryNx2N
    970973#endif
     
    987990              }
    988991              if(doNotBlockPu
    989 #if NH_3D_QTLPC
     992#if NH_3D_QTL
    990993                && bTryNx2N
    991994#endif
     
    10071010            {
    10081011              if(doNotBlockPu
    1009 #if NH_3D_QTLPC
     1012#if NH_3D_QTL
    10101013                && bTryNx2N
    10111014#endif
     
    10271030              }
    10281031              if(doNotBlockPu
    1029 #if NH_3D_QTLPC
     1032#if NH_3D_QTL
    10301033                && bTryNx2N
    10311034#endif
     
    10481051
    10491052#else
    1050 #if NH_3D_QTLPC
     1053#if NH_3D_QTL
    10511054            if (bTry2NxN)
    10521055            {
     
    10631066            rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth);
    10641067#endif
    1065 #if NH_3D_QTLPC
     1068#if NH_3D_QTL
    10661069            }
    10671070            if (bTryNx2N)
     
    10781081            rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth);
    10791082#endif
    1080 #if NH_3D_QTLPC
     1083#if NH_3D_QTL
    10811084            }
    10821085#endif
     
    11341137          if( uiDepth == sps.getLog2DiffMaxMinCodingBlockSize() )
    11351138          {
    1136 #if NH_3D_QTLPC //Try IntraNxN
     1139#if NH_3D_QTL //Try IntraNxN
    11371140              if(bTrySplit)
    11381141              {
     
    11501153              rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode );
    11511154            }
    1152 #if NH_3D_QTLPC
     1155#if NH_3D_QTL
    11531156              }
    11541157#endif
     
    12521255  const Bool bSubBranch = bBoundary || !( m_pcEncCfg->getUseEarlyCU() && rpcBestCU->getTotalCost()!=MAX_DOUBLE && rpcBestCU->isSkipped(0) );
    12531256#endif
    1254 #if NH_3D_QTLPC
     1257#if NH_3D_QTL
    12551258  if( bSubBranch && uiDepth < sps.getLog2DiffMaxMinCodingBlockSize() && (!getFastDeltaQp() || uiWidth > fastDeltaQPCuMaxSize || bBoundary) && bTrySplitDQP )
    12561259#else
Note: See TracChangeset for help on using the changeset viewer.