Changeset 898 in 3DVCSoftware for branches/HTM-10.2-dev2-RWTH/source/Lib/TLibDecoder
- Timestamp:
- 8 Apr 2014, 10:51:56 (11 years ago)
- 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 782 782 } 783 783 784 #if RWTH_DBBP_NO_SPU_H0057 784 785 AOF( pcCU->getARPW(uiPartAddr) == 0 ); 785 786 AOF( pcCU->getICFlag(uiPartAddr) == false ); 786 787 #if RWTH_H0057_DBBP_NO_SPU788 787 AOF( pcCU->getSPIVMPFlag(uiPartAddr) == false ); 789 788 AOF( pcCU->getVSPFlag(uiPartAddr) == 0 ); … … 801 800 pcCU->setInterDirSubParts( pDBBPTmpData->auhInterDir[uiSegment], 0, 0, uiDepth ); 802 801 803 #if !RWTH_ H0057_DBBP_NO_SPU802 #if !RWTH_DBBP_NO_SPU_H0057 804 803 pcCU->setVSPFlagSubParts( pDBBPTmpData->ahVSPFlag[uiSegment], 0, 0, uiDepth ); 805 804 pcCU->setDvInfoSubParts( pDBBPTmpData->acDvInfo[uiSegment], 0, 0, uiDepth ); … … 826 825 pcCU->setDBBPFlagSubParts(true, uiPartAddr, uiSegment, uiDepth); 827 826 828 #if !RWTH_ H0057_DBBP_NO_SPU827 #if !RWTH_DBBP_NO_SPU_H0057 829 828 pcCU->setVSPFlagSubParts( pDBBPTmpData->ahVSPFlag[uiSegment], uiPartAddr, uiSegment, uiDepth ); 830 829 pcCU->setDvInfoSubParts( pDBBPTmpData->acDvInfo[uiSegment], uiPartAddr, uiSegment, uiDepth ); -
branches/HTM-10.2-dev2-RWTH/source/Lib/TLibDecoder/TDecEntropy.cpp
r895 r898 162 162 pcCU->setPartSizeSubParts(eVirtualPartSize, uiAbsPartIdx, uiDepth); 163 163 164 #if RWTH_ H0057_DBBP_NO_SPU164 #if RWTH_DBBP_NO_SPU_H0057 165 165 // make sure that DBBP flag is set for both segments 166 166 UInt uiPUOffset = ( g_auiPUOffset[UInt( eVirtualPartSize )] << ( ( pcCU->getSlice()->getSPS()->getMaxCUDepth() - uiDepth ) << 1 ) ) >> 4;
Note: See TracChangeset for help on using the changeset viewer.