Ignore:
Timestamp:
8 Apr 2014, 10:51:56 (11 years ago)
Author:
rwth
Message:
  • renamed macros
  • all changes are now encapsulated by guard macros
  • H0057 on and H0072 off
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  
    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);
  • branches/HTM-10.2-dev2-RWTH/source/Lib/TLibEncoder/TEncSearch.cpp

    r895 r898  
    36663666      pcCU->setInterDirSubParts(pDBBPTmpData->auhInterDir[0], 0, 0, pcCU->getDepth(0)); // interprets depth relative to LCU level
    36673667     
    3668 #if !RWTH_H0057_DBBP_NO_SPU
     3668#if !RWTH_DBBP_NO_SPU_H0057
    36693669      pcCU->setVSPFlagSubParts(pDBBPTmpData->ahVSPFlag[0], 0, 0, pcCU->getDepth(0));
    36703670      pcCU->setDvInfoSubParts(pDBBPTmpData->acDvInfo[0], 0, 0, pcCU->getDepth(0));
Note: See TracChangeset for help on using the changeset viewer.