Ignore:
Timestamp:
14 May 2015, 03:55:10 (10 years ago)
Author:
samsung-htm
Message:

Alignment and reactivation of NBDV

  • new macro NH_3D_NBDV for NBDV
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev3-Samsung-Qualcomm/source/Lib/TLibEncoder/TEncCu.cpp

    r1200 r1210  
    441441  Bool    earlyDetectionSkipMode = false;
    442442
    443 #if H_3D_VSP
     443#if NH_3D_NBDV
    444444  DisInfo DvInfo;
    445445  DvInfo.m_acNBDV.setZero();
     
    584584#endif
    585585
    586 #if H_3D_NBDV
     586#if NH_3D_NBDV
    587587      if( rpcTempCU->getSlice()->getSliceType() != I_SLICE )
    588588      {
     
    602602        {
    603603          PartSize ePartTemp = rpcTempCU->getPartitionSize(0);
    604           rpcTempCU->setPartSizeSubParts( SIZE_2Nx2N, 0, uiDepth );     
     604          rpcTempCU->setPartSizeSubParts(SIZE_2Nx2N, 0, uiDepth);
    605605#if H_3D_IV_MERGE
    606606          if (rpcTempCU->getSlice()->getIsDepth() )
Note: See TracChangeset for help on using the changeset viewer.