Ignore:
Timestamp:
4 Feb 2014, 09:36:30 (10 years ago)
Author:
rwth
Message:
  • make G0106 and G0148 mutually exclusive
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncCu.cpp

    r816 r819  
    25142514      rpcTempCU->setMVPIdx(eRefList, uiPartAddr, pDBBPTmpData->aiMvpIdx[uiSegment][eRefList]);
    25152515     
    2516 #if NTT_STORE_SPDV_VSP_G0148
    2517       if( rpcTempCU->getVSPFlag( uiPartAddr ) != 0 )
    2518       {
    2519         if ( rpcTempCU->getInterDir(uiPartAddr) & (1<<uiRefListIdx) )
    2520         {
    2521           UInt dummy;
    2522           Int vspSize;
    2523           Int width, height;
    2524           rpcTempCU->getPartIndexAndSize( uiSegment, dummy, width, height, uiPartAddr, rpcTempCU->getTotalNumPart()==256 );
    2525           AOF( dummy == uiPartAddr );
    2526           rpcTempCU->setMvFieldPUForVSP( rpcTempCU, uiPartAddr, width, height, eRefList, pDBBPTmpData->acMvField[uiSegment][eRefList].getRefIdx(), vspSize );
    2527           rpcTempCU->setVSPFlag( uiPartAddr, vspSize );
    2528         }
    2529       }
    2530       else
    2531 #endif
    25322516      rpcTempCU->getCUMvField( eRefList )->setAllMvField( pDBBPTmpData->acMvField[uiSegment][eRefList], eVirtualPartSize, uiPartAddr, 0, uiSegment ); // interprets depth relative to rpcTempCU level
    25332517    }
Note: See TracChangeset for help on using the changeset viewer.