Changeset 1147 in 3DVCSoftware for branches/HTM-13.1-dev1-Samsung/source/Lib/TLibDecoder
- Timestamp:
- 25 Feb 2015, 12:11:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.1-dev1-Samsung/source/Lib/TLibDecoder/TDecCu.cpp
r1145 r1147 299 299 #if H_3D_NBDV 300 300 DisInfo DvInfo; 301 #if !SEC_ARP_REM_ENC_RESTRICT_K0035 301 302 DvInfo.bDV = false; 303 #endif 302 304 DvInfo.m_acNBDV.setZero(); 303 305 DvInfo.m_aVIdxCan = 0; … … 334 336 if( pcCU->getSlice()->getIsDepth()) 335 337 { 338 #if SEC_ARP_REM_ENC_RESTRICT_K0035 339 m_ppcCU[uiDepth]->getDispforDepth(0, 0, &DvInfo); 340 #else 336 341 DvInfo.bDV = m_ppcCU[uiDepth]->getDispforDepth(0, 0, &DvInfo); 342 #endif 337 343 } 338 344 else … … 342 348 if( pcCU->getSlice()->getDepthBasedBlkPartFlag() ) //Notes from QC: please check the condition for DoNBDV. Remove this comment once it is done. 343 349 { 350 #if SEC_ARP_REM_ENC_RESTRICT_K0035 351 m_ppcCU[uiDepth]->getDisMvpCandNBDV(&DvInfo, true); 352 #else 344 353 DvInfo.bDV = m_ppcCU[uiDepth]->getDisMvpCandNBDV(&DvInfo, true); 354 #endif 345 355 } 346 356 else 347 357 #endif 348 358 { 359 #if SEC_ARP_REM_ENC_RESTRICT_K0035 360 m_ppcCU[uiDepth]->getDisMvpCandNBDV(&DvInfo); 361 #else 349 362 DvInfo.bDV = m_ppcCU[uiDepth]->getDisMvpCandNBDV(&DvInfo); 363 #endif 350 364 } 351 365 #if H_3D_IV_MERGE
Note: See TracChangeset for help on using the changeset viewer.