Changeset 895 in 3DVCSoftware for branches/HTM-10.2-dev2-RWTH/source/Lib/TLibEncoder
- Timestamp:
- 4 Apr 2014, 16:15:09 (11 years ago)
- Location:
- branches/HTM-10.2-dev2-RWTH/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev2-RWTH/source/Lib/TLibEncoder/TEncCu.cpp
r884 r895 2383 2383 pDBBPTmpData->auhMergeIndex[uiSegment] = rpcTempCU->getMergeIndex(0); 2384 2384 2385 #if RWTH_H0057_DBBP_NO_SPU 2386 AOF( rpcTempCU->getSPIVMPFlag(0) == false ); 2387 AOF( rpcTempCU->getVSPFlag(0) == 0 ); 2388 #else 2385 2389 pDBBPTmpData->ahVSPFlag[uiSegment] = rpcTempCU->getVSPFlag(0); 2386 2390 pDBBPTmpData->acDvInfo[uiSegment] = rpcTempCU->getDvInfo(0); 2391 #endif 2387 2392 2388 2393 for ( UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx++ ) … … 2416 2421 rpcTempCU->setMergeIndexSubParts(pDBBPTmpData->auhMergeIndex[uiSegment], uiPartAddr, uiSegment, uhDepth); 2417 2422 2423 #if !RWTH_H0057_DBBP_NO_SPU 2418 2424 rpcTempCU->setVSPFlagSubParts(pDBBPTmpData->ahVSPFlag[uiSegment], uiPartAddr, uiSegment, uhDepth); 2419 2425 rpcTempCU->setDvInfoSubParts(pDBBPTmpData->acDvInfo[uiSegment], uiPartAddr, uiSegment, uhDepth); 2426 #endif 2420 2427 2421 2428 for ( UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx++ ) -
branches/HTM-10.2-dev2-RWTH/source/Lib/TLibEncoder/TEncSearch.cpp
r884 r895 3666 3666 pcCU->setInterDirSubParts(pDBBPTmpData->auhInterDir[0], 0, 0, pcCU->getDepth(0)); // interprets depth relative to LCU level 3667 3667 3668 #if !RWTH_H0057_DBBP_NO_SPU 3668 3669 pcCU->setVSPFlagSubParts(pDBBPTmpData->ahVSPFlag[0], 0, 0, pcCU->getDepth(0)); 3669 3670 pcCU->setDvInfoSubParts(pDBBPTmpData->acDvInfo[0], 0, 0, pcCU->getDepth(0)); 3671 #endif 3670 3672 3671 3673 for ( UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx++ )
Note: See TracChangeset for help on using the changeset viewer.