Changeset 1196 in SHVCSoftware


Ignore:
Timestamp:
8 Jul 2015, 19:37:47 (9 years ago)
Author:
seregin
Message:

macro cleanup: MAX_ONE_RESAMPLING_DIRECT_LAYERS

Location:
branches/SHM-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp

    r1195 r1196  
    495495      m_activeNumILRRefIdx = numInterLayerRPSPics;
    496496    }
    497 #if MAX_ONE_RESAMPLING_DIRECT_LAYERS
     497
     498    // max one resampling direct layer
    498499    if( m_pcVPS->getScalabilityMask( SCALABILITY_ID ) )
    499500    {
     
    565566#endif
    566567    }
    567 #endif
    568568  }
    569569  Int numPocTotalCurr = NumPocStCurr0 + NumPocStCurr1 + NumPocLtCurr + m_activeNumILRRefIdx;
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1195 r1196  
    9090
    9191#define REF_IDX_MFM                      1      ///< JCTVC-L0336: motion vector mapping of inter-layer reference picture
    92 #define MAX_ONE_RESAMPLING_DIRECT_LAYERS 1      ///< Allow maximum of one resampling process for direct reference layers
    9392#define MOTION_RESAMPLING_CONSTRAINT     1      ///< JCTVC-N0108: Allow maximum of one motion resampling process for direct reference layers, and use motion inter-layer prediction from the same layer as texture inter-layer prediction.
    9493#define AUXILIARY_PICTURES               1      ///< JCTVC-O0041: auxiliary picture layers
Note: See TracChangeset for help on using the changeset viewer.