Changeset 787 in 3DVCSoftware for branches/HTM-9.3-dev1-Samsung/source/Lib/TLibEncoder
- 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/TLibEncoder/TEncCu.cpp
r773 r787 570 570 if (rpcTempCU->getSlice()->getIsDepth() ) 571 571 { 572 #if SEC_DEPTH_DV_DERIVAITON_G0074 573 DvInfo.bDV = rpcTempCU->getDispforDepth(0, 0, &DvInfo); 574 #else 572 575 DvInfo.bDV = rpcTempCU->getDispNeighBlocks(0, 0, &DvInfo); 576 #endif 573 577 } 574 578 else
Note: See TracChangeset for help on using the changeset viewer.