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/TLibDecoder/TDecEntropy.cpp

    r816 r819  
    375375          pcCU->getCUMvField( RefPicList( uiRefListIdx ) )->setAllMvField( cMvFieldNeighbours[ 2*uiMergeIndex + uiRefListIdx ], ePartSize, uiSubPartIdx, uiDepth, uiPartIdx );
    376376#if NTT_STORE_SPDV_VSP_G0148
     377#if H_3D_DBBP
     378          if( pcCU->getVSPFlag( uiSubPartIdx ) != 0 && !pcCU->getDBBPFlag( uiAbsPartIdx ) )
     379#else
    377380          if( pcCU->getVSPFlag( uiSubPartIdx ) != 0 )
     381#endif
    378382          {
    379383            if ( uhInterDirNeighbours[ uiMergeIndex ] & (1<<uiRefListIdx) )
Note: See TracChangeset for help on using the changeset viewer.