Changeset 898 in 3DVCSoftware for branches/HTM-10.2-dev2-RWTH/source/Lib/TLibEncoder
- Timestamp:
- 8 Apr 2014, 10:51:56 (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
r895 r898 2383 2383 pDBBPTmpData->auhMergeIndex[uiSegment] = rpcTempCU->getMergeIndex(0); 2384 2384 2385 #if RWTH_ H0057_DBBP_NO_SPU2385 #if RWTH_DBBP_NO_SPU_H0057 2386 2386 AOF( rpcTempCU->getSPIVMPFlag(0) == false ); 2387 2387 AOF( rpcTempCU->getVSPFlag(0) == 0 ); … … 2421 2421 rpcTempCU->setMergeIndexSubParts(pDBBPTmpData->auhMergeIndex[uiSegment], uiPartAddr, uiSegment, uhDepth); 2422 2422 2423 #if !RWTH_ H0057_DBBP_NO_SPU2423 #if !RWTH_DBBP_NO_SPU_H0057 2424 2424 rpcTempCU->setVSPFlagSubParts(pDBBPTmpData->ahVSPFlag[uiSegment], uiPartAddr, uiSegment, uhDepth); 2425 2425 rpcTempCU->setDvInfoSubParts(pDBBPTmpData->acDvInfo[uiSegment], uiPartAddr, uiSegment, uhDepth); -
branches/HTM-10.2-dev2-RWTH/source/Lib/TLibEncoder/TEncSearch.cpp
r895 r898 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_SPU3668 #if !RWTH_DBBP_NO_SPU_H0057 3669 3669 pcCU->setVSPFlagSubParts(pDBBPTmpData->ahVSPFlag[0], 0, 0, pcCU->getDepth(0)); 3670 3670 pcCU->setDvInfoSubParts(pDBBPTmpData->acDvInfo[0], 0, 0, pcCU->getDepth(0));
Note: See TracChangeset for help on using the changeset viewer.