Changeset 976 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncCu.cpp


Ignore:
Timestamp:
7 Jul 2014, 17:27:51 (12 years ago)
Author:
tech
Message:
  • Merged 11.1-dev0@975. (Clean ups)
  • Added coding results.
  • Changed version number.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncCu.cpp

    r950 r976  
    18151815    rpcTempCU->getInterMergeCandidates( 0, 0, cMvFieldNeighbours, uhInterDirNeighbours, numValidMergeCand );
    18161816    rpcTempCU->xGetInterMergeCandidates( 0, 0, cMvFieldNeighbours,uhInterDirNeighbours
    1817 #if !ETRIKHU_CLEANUP_H0083
    1818       , vspFlag
    1819 #endif
    18201817      , inheritedVSPDisInfo
    18211818#if H_3D_SPIVMP
    1822 #if !ETRIKHU_CLEANUP_H0083_MISSING
    1823       , bSPIVMPFlag
    1824 #endif
    18251819      , pcMvFieldSP, puhInterDirSP
    18261820#endif
     
    18281822      );
    18291823
    1830 #if ETRIKHU_CLEANUP_H0083
    18311824    rpcTempCU->buildMCL( cMvFieldNeighbours,uhInterDirNeighbours, vspFlag
    18321825#if H_3D_SPIVMP
     
    18351828      , numValidMergeCand
    18361829      );
    1837 #endif
    18381830
    18391831#else
     
    24002392    pDBBPTmpData->auhMergeIndex[uiSegment] = rpcTempCU->getMergeIndex(0);
    24012393   
    2402 #if RWTH_DBBP_NO_SPU_H0057
    24032394    AOF( rpcTempCU->getSPIVMPFlag(0) == false );
    24042395    AOF( rpcTempCU->getVSPFlag(0) == 0 );
    2405 #else
    2406     pDBBPTmpData->ahVSPFlag[uiSegment] = rpcTempCU->getVSPFlag(0);
    2407     pDBBPTmpData->acDvInfo[uiSegment] = rpcTempCU->getDvInfo(0);
    2408 #endif
    24092396   
    24102397    for ( UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx++ )
     
    24372424    rpcTempCU->setMergeFlagSubParts(pDBBPTmpData->abMergeFlag[uiSegment], uiPartAddr, uiSegment, uhDepth);
    24382425    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       
    24452427    for ( UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx++ )
    24462428    {
Note: See TracChangeset for help on using the changeset viewer.