Changeset 1210 in 3DVCSoftware for branches/HTM-14.1-update-dev3-Samsung-Qualcomm/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 14 May 2015, 03:55:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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() )
Note: See TracChangeset for help on using the changeset viewer.