Changeset 1210 in 3DVCSoftware for branches/HTM-14.1-update-dev3-Samsung-Qualcomm/source/Lib/TLibEncoder
- Timestamp:
- 14 May 2015, 03:55:10 (10 years ago)
- 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 441 441 Bool earlyDetectionSkipMode = false; 442 442 443 #if H_3D_VSP443 #if NH_3D_NBDV 444 444 DisInfo DvInfo; 445 445 DvInfo.m_acNBDV.setZero(); … … 584 584 #endif 585 585 586 #if H_3D_NBDV586 #if NH_3D_NBDV 587 587 if( rpcTempCU->getSlice()->getSliceType() != I_SLICE ) 588 588 { … … 602 602 { 603 603 PartSize ePartTemp = rpcTempCU->getPartitionSize(0); 604 rpcTempCU->setPartSizeSubParts( SIZE_2Nx2N, 0, uiDepth );604 rpcTempCU->setPartSizeSubParts(SIZE_2Nx2N, 0, uiDepth); 605 605 #if H_3D_IV_MERGE 606 606 if (rpcTempCU->getSlice()->getIsDepth() ) -
TabularUnified branches/HTM-14.1-update-dev3-Samsung-Qualcomm/source/Lib/TLibEncoder/TEncGOP.cpp ¶
r1200 r1210 1471 1471 pcSlice->setRefPicList ( rcListPic ); 1472 1472 #endif 1473 #if H_3D1473 #if NH_3D_NBDV 1474 1474 pcSlice->setDefaultRefView(); 1475 1475 #endif … … 1731 1731 UInt uiNumSliceSegments = 1; 1732 1732 1733 #if H_3D_NBDV1733 #if NH_3D_NBDV 1734 1734 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. 1735 1735 { 1736 Int iColPoc = pcSlice->getRefPOC(RefPicList(1 -pcSlice->getColFromL0Flag()), pcSlice->getColRefIdx());1736 Int iColPoc = pcSlice->getRefPOC(RefPicList(1 - pcSlice->getColFromL0Flag()), pcSlice->getColRefIdx()); 1737 1737 pcPic->setNumDdvCandPics(pcPic->getDisCandRefPictures(iColPoc)); 1738 1738 } … … 1743 1743 #endif 1744 1744 1745 #if H_3D_NBDV1745 #if NH_3D_NBDV 1746 1746 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. 1747 1747 {
Note: See TracChangeset for help on using the changeset viewer.