Ignore:
Timestamp:
27 Mar 2014, 23:17:21 (10 years ago)
Author:
tech
Message:

Cleanups part 6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.1-dev0/source/Lib/TLibEncoder/TEncCu.cpp

    r880 r881  
    547547          bTryNx2N  = false;
    548548          bTry2NxN  = false;
    549 #if MTK_TEX_DEP_PAR_G0055
    550549          if( pcTextureCU->getDepth(uiCUIdx) == uiDepth && pcTextureCU->getPartitionSize(uiCUIdx) != SIZE_2Nx2N)
    551550          {
     
    555554              bTryNx2N  = true;
    556555          }
    557 #endif
    558556        }
    559557      }
     
    18311829#endif
    18321830
    1833 #if MTK_DDD_G0063
     1831#if H_3D_DDD
    18341832    Int iDDDCand = rpcTempCU->getUseDDDCandIdx();
    18351833    UChar ucDDDepth = rpcTempCU->getDDTmpDepth();
     
    18701868          rpcTempCU->setDvInfoSubParts(inheritedVSPDisInfo[uiMergeCand].m_acDvInfo, 0, 0, uhDepth );
    18711869#endif
    1872 #if MTK_DDD_G0063
     1870#if H_3D_DDD
    18731871          if( rpcTempCU->getSlice()->getIsDepth() && rpcTempCU->getSlice()->getViewIndex() != 0 && iDDDCand == uiMergeCand )
    18741872          {
     
    21352133  rpcTempCU->setPartSizeSubParts  ( ePartSize,  0, uhDepth );
    21362134  rpcTempCU->setPredModeSubParts  ( MODE_INTER, 0, uhDepth );
    2137 #if MTK_DDD_G0063
     2135#if H_3D_DDD
    21382136  rpcTempCU->setUseDDD( false, 0, uhDepth );
    21392137#endif
Note: See TracChangeset for help on using the changeset viewer.