Changeset 399 in 3DVCSoftware for branches/HTM-6.2-dev2-Samsung/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 13 May 2013, 03:46:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev2-Samsung/source/Lib/TLibCommon/TComDataCU.cpp
r390 r399 5554 5554 } 5555 5555 } 5556 5557 #if SEC_DEFAULT_DV_D0112 5558 { 5559 TComPic* picDepth = NULL; 5560 TComMv defaultDV(0, 0); 5561 5562 picDepth = getSlice()->getRefPicBaseDepth(); 5563 5564 if (picDepth && bDepthRefine) 5565 { 5566 estimateDVFromDM(uiPartIdx, picDepth, uiPartAddr, &defaultDV, true); 5567 } 5568 5569 pDInfo->m_acMvCand[pDInfo->iN] = defaultDV; 5570 pDInfo->m_aVIdxCan[pDInfo->iN] = 0; 5571 } 5572 #endif 5573 5556 5574 #if QC_CU_NBDV_D0181 5557 5575 return false;
Note: See TracChangeset for help on using the changeset viewer.