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
Location:
branches/HTM-14.1-update-dev3-Samsung-Qualcomm/source/Lib/TLibEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified 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() )
  • TabularUnified branches/HTM-14.1-update-dev3-Samsung-Qualcomm/source/Lib/TLibEncoder/TEncGOP.cpp

    r1200 r1210  
    14711471    pcSlice->setRefPicList ( rcListPic );
    14721472#endif
    1473 #if H_3D
     1473#if NH_3D_NBDV
    14741474    pcSlice->setDefaultRefView();
    14751475#endif
     
    17311731    UInt uiNumSliceSegments = 1;
    17321732
    1733 #if H_3D_NBDV
     1733#if NH_3D_NBDV
    17341734      if(pcSlice->getViewIndex() && !pcSlice->getIsDepth()) //Notes from QC: this condition shall be changed once the configuration is completed, e.g. in pcSlice->getSPS()->getMultiviewMvPredMode() || ARP in prev. HTM. Remove this comment once it is done.
    17351735      {
    1736         Int iColPoc = pcSlice->getRefPOC(RefPicList(1-pcSlice->getColFromL0Flag()), pcSlice->getColRefIdx());
     1736        Int iColPoc = pcSlice->getRefPOC(RefPicList(1 - pcSlice->getColFromL0Flag()), pcSlice->getColRefIdx());
    17371737        pcPic->setNumDdvCandPics(pcPic->getDisCandRefPictures(iColPoc));
    17381738      }
     
    17431743#endif
    17441744
    1745 #if H_3D_NBDV
     1745#if NH_3D_NBDV
    17461746      if(pcSlice->getViewIndex() && !pcSlice->getIsDepth() && !pcSlice->isIntra()) //Notes from QC: this condition shall be changed once the configuration is completed, e.g. in pcSlice->getSPS()->getMultiviewMvPredMode() || ARP in prev. HTM. Remove this comment once it is done.
    17471747      {
Note: See TracChangeset for help on using the changeset viewer.