Ignore:
Timestamp:
4 Nov 2013, 17:39:44 (11 years ago)
Author:
zhang
Message:

JCT3V-F0125

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev2-Qualcomm/source/Lib/TLibEncoder/TEncCu.cpp

    r655 r669  
    567567          PartSize ePartTemp = rpcTempCU->getPartitionSize(0);
    568568          rpcTempCU->setPartSizeSubParts( SIZE_2Nx2N, 0, uiDepth );     
     569#if QC_DEPTH_IV_MRG_F0125
     570          if (rpcTempCU->getSlice()->getIsDepth() )
     571          {
     572            DvInfo.bDV = rpcTempCU->getDispNeighBlocks(0, 0, &DvInfo);
     573          }
     574          else
     575          {
     576#endif
    569577#if H_3D_NBDV_REF
    570578          if(rpcTempCU->getSlice()->getVPS()->getDepthRefinementFlag( rpcTempCU->getSlice()->getLayerIdInVps()))
     
    574582            DvInfo.bDV = rpcTempCU->getDisMvpCandNBDV(&DvInfo);
    575583
     584#if QC_DEPTH_IV_MRG_F0125
     585          }
     586#endif
    576587          rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth);
    577588          rpcBestCU->setDvInfoSubParts(DvInfo, 0, uiDepth);
Note: See TracChangeset for help on using the changeset viewer.