Ignore:
Timestamp:
8 Apr 2014, 10:51:56 (10 years ago)
Author:
rwth
Message:
  • renamed macros
  • all changes are now encapsulated by guard macros
  • H0057 on and H0072 off
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.2-dev2-RWTH/source/Lib/TLibEncoder/TEncCu.cpp

    r895 r898  
    23832383    pDBBPTmpData->auhMergeIndex[uiSegment] = rpcTempCU->getMergeIndex(0);
    23842384   
    2385 #if RWTH_H0057_DBBP_NO_SPU
     2385#if RWTH_DBBP_NO_SPU_H0057
    23862386    AOF( rpcTempCU->getSPIVMPFlag(0) == false );
    23872387    AOF( rpcTempCU->getVSPFlag(0) == 0 );
     
    24212421    rpcTempCU->setMergeIndexSubParts(pDBBPTmpData->auhMergeIndex[uiSegment], uiPartAddr, uiSegment, uhDepth);
    24222422   
    2423 #if !RWTH_H0057_DBBP_NO_SPU
     2423#if !RWTH_DBBP_NO_SPU_H0057
    24242424    rpcTempCU->setVSPFlagSubParts(pDBBPTmpData->ahVSPFlag[uiSegment], uiPartAddr, uiSegment, uhDepth);
    24252425    rpcTempCU->setDvInfoSubParts(pDBBPTmpData->acDvInfo[uiSegment], uiPartAddr, uiSegment, uhDepth);
Note: See TracChangeset for help on using the changeset viewer.