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/TLibDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.2-dev2-RWTH/source/Lib/TLibDecoder/TDecCu.cpp

    r895 r898  
    782782    }
    783783   
     784#if RWTH_DBBP_NO_SPU_H0057
    784785    AOF( pcCU->getARPW(uiPartAddr) == 0 );
    785786    AOF( pcCU->getICFlag(uiPartAddr) == false );
    786    
    787 #if RWTH_H0057_DBBP_NO_SPU
    788787    AOF( pcCU->getSPIVMPFlag(uiPartAddr) == false );
    789788    AOF( pcCU->getVSPFlag(uiPartAddr) == 0 );
     
    801800    pcCU->setInterDirSubParts( pDBBPTmpData->auhInterDir[uiSegment], 0, 0, uiDepth );
    802801   
    803 #if !RWTH_H0057_DBBP_NO_SPU
     802#if !RWTH_DBBP_NO_SPU_H0057
    804803    pcCU->setVSPFlagSubParts( pDBBPTmpData->ahVSPFlag[uiSegment], 0, 0, uiDepth );
    805804    pcCU->setDvInfoSubParts( pDBBPTmpData->acDvInfo[uiSegment], 0, 0, uiDepth );
     
    826825    pcCU->setDBBPFlagSubParts(true, uiPartAddr, uiSegment, uiDepth);
    827826   
    828 #if !RWTH_H0057_DBBP_NO_SPU
     827#if !RWTH_DBBP_NO_SPU_H0057
    829828    pcCU->setVSPFlagSubParts( pDBBPTmpData->ahVSPFlag[uiSegment], uiPartAddr, uiSegment, uiDepth );
    830829    pcCU->setDvInfoSubParts( pDBBPTmpData->acDvInfo[uiSegment], uiPartAddr, uiSegment, uiDepth );
  • branches/HTM-10.2-dev2-RWTH/source/Lib/TLibDecoder/TDecEntropy.cpp

    r895 r898  
    162162      pcCU->setPartSizeSubParts(eVirtualPartSize, uiAbsPartIdx, uiDepth);
    163163     
    164 #if RWTH_H0057_DBBP_NO_SPU
     164#if RWTH_DBBP_NO_SPU_H0057
    165165      // make sure that DBBP flag is set for both segments
    166166      UInt uiPUOffset = ( g_auiPUOffset[UInt( eVirtualPartSize )] << ( ( pcCU->getSlice()->getSPS()->getMaxCUDepth() - uiDepth ) << 1 ) ) >> 4;
Note: See TracChangeset for help on using the changeset viewer.