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


Ignore:
Timestamp:
6 Jun 2014, 19:07:02 (11 years ago)
Author:
seregin
Message:

remove ILP_SSH_SIG and ILP_SSH_SIG_FIX

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

Legend:

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

    r778 r782  
    525525#endif
    526526   
    527 #if ILP_SSH_SIG
    528527  Bool       m_ilpSshSignalingEnabledFlag;
    529 #endif
    530528#if VPS_EXTN_PROFILE_INFO
    531529  // Profile-tier-level signalling related
     
    878876    Void   setMaxSLayersInLayerSetMinus1(Int ls, Int x)         { m_maxSLInLayerSetMinus1[ls] = x;       }
    879877#endif
    880 #if ILP_SSH_SIG
    881878  Bool   getIlpSshSignalingEnabledFlag()                      { return m_ilpSshSignalingEnabledFlag;}
    882879  Void   setIlpSshSignalingEnabledFlag(Bool x)                { m_ilpSshSignalingEnabledFlag = x;}
    883 #endif
    884880#if VPS_EXTN_PROFILE_INFO
    885881  Bool   getProfilePresentFlag(Int id)                          { return m_profilePresentFlag[id]; }
  • branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h

    r780 r782  
    133133#endif
    134134
    135 #define ILP_SSH_SIG                      1      ///< JCTVC-N0195 proposal 2, JCTVC-N0118: add presence flag in VPS ext to condition inter-layer prediction signaling in slice segment header
    136 #if ILP_SSH_SIG
    137 #define ILP_SSH_SIG_FIX                  1      ///< fix for SHM ticket #5
    138 #endif
    139135#define SPL_FLG_CHK                      1      ///< JCTVC-N0195 proposal 5, JCTVC-N0085: constrain sum of lengths to be less than or equal to 6
    140136#define ILP_NUM_REF_CHK                  1      ///< JCTVC-N0195 proposal 1, JCTVC-N0081, JCTVC-N0154, JCTVC-N0217: a condition on signaling inter_layer_pred_layer_idc[ i ], to avoid sending when NumDirectRefLayers equals NumActiveRefLayerPics, and instead infer values
Note: See TracChangeset for help on using the changeset viewer.