Changeset 797 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
6 Jun 2014, 21:17:27 (12 years ago)
Author:
seregin
Message:

remove SCALABILITY_MASK_E0104

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

Legend:

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

    r796 r797  
    512512    }
    513513#if MAX_ONE_RESAMPLING_DIRECT_LAYERS
    514 #if SCALABILITY_MASK_E0104
    515     if( m_pcVPS->getScalabilityMask(2) )
    516 #else
    517     if( m_pcVPS->getScalabilityMask(1) )
    518 #endif
     514    if( m_pcVPS->getScalabilityMask( SCALABILITY_ID ) )
    519515    {
    520516      Int numResampler = 0;
  • branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h

    r796 r797  
    113113#define SCALINGLIST_INFERRING            1      ///< JCTVC-N0371: inter-layer scaling list
    114114#define O0142_CONDITIONAL_SPS_EXTENSION  1      ///< JCTVC-O0142: Conditional SPS extension
    115 #define SCALABILITY_MASK_E0104           1      ///< JCT3V-E0104: scalability mask for depth
    116115#if POC_RESET_FLAG
    117116#define PREVTID0_POC_RESET               1      ///< JCTVC-O0117 Modification of the PicOrderCntVal of prevTid0Pic
     
    221220#define Q0189_TMVP_CONSTRAINTS           1
    222221#define Q0247_FRAME_FIELD_INFO           1
    223 #if VIEW_ID_RELATED_SIGNALING
     222
    224223/// scalability types
    225224enum ScalabilityType
    226225{
    227226  VIEW_ORDER_INDEX  = 1,
    228   SCALABILITY_ID = 2,
    229 };
    230 #endif
     227  SCALABILITY_ID    = 2,
     228  AUX_ID            = 3,
     229};
    231230
    232231/// normative encoder constraints --------
Note: See TracChangeset for help on using the changeset viewer.