Changeset 669 in 3DVCSoftware for branches/HTM-8.2-dev2-Qualcomm/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 4 Nov 2013, 17:39:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev2-Qualcomm/source/Lib/TLibEncoder/TEncCu.cpp
r655 r669 567 567 PartSize ePartTemp = rpcTempCU->getPartitionSize(0); 568 568 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 569 577 #if H_3D_NBDV_REF 570 578 if(rpcTempCU->getSlice()->getVPS()->getDepthRefinementFlag( rpcTempCU->getSlice()->getLayerIdInVps())) … … 574 582 DvInfo.bDV = rpcTempCU->getDisMvpCandNBDV(&DvInfo); 575 583 584 #if QC_DEPTH_IV_MRG_F0125 585 } 586 #endif 576 587 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 577 588 rpcBestCU->setDvInfoSubParts(DvInfo, 0, uiDepth);
Note: See TracChangeset for help on using the changeset viewer.