Changeset 976 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 7 Jul 2014, 17:27:51 (12 years ago)
- File:
-
- 1 edited
-
trunk/source/Lib/TLibEncoder/TEncCu.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncCu.cpp
r950 r976 1815 1815 rpcTempCU->getInterMergeCandidates( 0, 0, cMvFieldNeighbours, uhInterDirNeighbours, numValidMergeCand ); 1816 1816 rpcTempCU->xGetInterMergeCandidates( 0, 0, cMvFieldNeighbours,uhInterDirNeighbours 1817 #if !ETRIKHU_CLEANUP_H00831818 , vspFlag1819 #endif1820 1817 , inheritedVSPDisInfo 1821 1818 #if H_3D_SPIVMP 1822 #if !ETRIKHU_CLEANUP_H0083_MISSING1823 , bSPIVMPFlag1824 #endif1825 1819 , pcMvFieldSP, puhInterDirSP 1826 1820 #endif … … 1828 1822 ); 1829 1823 1830 #if ETRIKHU_CLEANUP_H00831831 1824 rpcTempCU->buildMCL( cMvFieldNeighbours,uhInterDirNeighbours, vspFlag 1832 1825 #if H_3D_SPIVMP … … 1835 1828 , numValidMergeCand 1836 1829 ); 1837 #endif1838 1830 1839 1831 #else … … 2400 2392 pDBBPTmpData->auhMergeIndex[uiSegment] = rpcTempCU->getMergeIndex(0); 2401 2393 2402 #if RWTH_DBBP_NO_SPU_H00572403 2394 AOF( rpcTempCU->getSPIVMPFlag(0) == false ); 2404 2395 AOF( rpcTempCU->getVSPFlag(0) == 0 ); 2405 #else2406 pDBBPTmpData->ahVSPFlag[uiSegment] = rpcTempCU->getVSPFlag(0);2407 pDBBPTmpData->acDvInfo[uiSegment] = rpcTempCU->getDvInfo(0);2408 #endif2409 2396 2410 2397 for ( UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx++ ) … … 2437 2424 rpcTempCU->setMergeFlagSubParts(pDBBPTmpData->abMergeFlag[uiSegment], uiPartAddr, uiSegment, uhDepth); 2438 2425 rpcTempCU->setMergeIndexSubParts(pDBBPTmpData->auhMergeIndex[uiSegment], uiPartAddr, uiSegment, uhDepth); 2439 2440 #if !RWTH_DBBP_NO_SPU_H0057 2441 rpcTempCU->setVSPFlagSubParts(pDBBPTmpData->ahVSPFlag[uiSegment], uiPartAddr, uiSegment, uhDepth); 2442 rpcTempCU->setDvInfoSubParts(pDBBPTmpData->acDvInfo[uiSegment], uiPartAddr, uiSegment, uhDepth); 2443 #endif 2444 2426 2445 2427 for ( UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx++ ) 2446 2428 {
Note: See TracChangeset for help on using the changeset viewer.