Ignore:
Timestamp:
4 Apr 2014, 16:15:09 (10 years ago)
Author:
rwth
Message:
  • integration of H0057 and H0072
File:
1 edited

Legend:

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

    r884 r895  
    782782    }
    783783   
     784    AOF( pcCU->getARPW(uiPartAddr) == 0 );
     785    AOF( pcCU->getICFlag(uiPartAddr) == false );
     786   
     787#if RWTH_H0057_DBBP_NO_SPU
     788    AOF( pcCU->getSPIVMPFlag(uiPartAddr) == false );
     789    AOF( pcCU->getVSPFlag(uiPartAddr) == 0 );
     790#else
    784791    pDBBPTmpData->ahVSPFlag[uiSegment] = pcCU->getVSPFlag( uiPartAddr );
    785792    pDBBPTmpData->acDvInfo[uiSegment] = pcCU->getDvInfo( uiPartAddr );
     793#endif
    786794  }
    787795 
     
    793801    pcCU->setInterDirSubParts( pDBBPTmpData->auhInterDir[uiSegment], 0, 0, uiDepth );
    794802   
     803#if !RWTH_H0057_DBBP_NO_SPU
    795804    pcCU->setVSPFlagSubParts( pDBBPTmpData->ahVSPFlag[uiSegment], 0, 0, uiDepth );
    796805    pcCU->setDvInfoSubParts( pDBBPTmpData->acDvInfo[uiSegment], 0, 0, uiDepth );
     806#endif
    797807   
    798808    for ( UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx++ )
     
    816826    pcCU->setDBBPFlagSubParts(true, uiPartAddr, uiSegment, uiDepth);
    817827   
     828#if !RWTH_H0057_DBBP_NO_SPU
    818829    pcCU->setVSPFlagSubParts( pDBBPTmpData->ahVSPFlag[uiSegment], uiPartAddr, uiSegment, uiDepth );
    819830    pcCU->setDvInfoSubParts( pDBBPTmpData->acDvInfo[uiSegment], uiPartAddr, uiSegment, uiDepth );
     831#endif
    820832   
    821833    pcCU->setInterDirSubParts(pDBBPTmpData->auhInterDir[uiSegment], uiPartAddr, uiSegment, uiDepth); // interprets depth relative to LCU level
Note: See TracChangeset for help on using the changeset viewer.