Changeset 787 in 3DVCSoftware for branches/HTM-9.3-dev1-Samsung/source/Lib/TLibDecoder
- Timestamp:
- 21 Jan 2014, 05:12:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-Samsung/source/Lib/TLibDecoder/TDecCu.cpp
r773 r787 318 318 if( pcCU->getSlice()->getIsDepth()) 319 319 { 320 #if SEC_DEPTH_DV_DERIVAITON_G0074 321 DvInfo.bDV = m_ppcCU[uiDepth]->getDispforDepth(0, 0, &DvInfo); 322 #else 320 323 DvInfo.bDV = m_ppcCU[uiDepth]->getDispNeighBlocks(0, 0, &DvInfo); 324 #endif 321 325 } 322 326 else
Note: See TracChangeset for help on using the changeset viewer.