Ignore:
Timestamp:
4 Jun 2014, 09:28:48 (11 years ago)
Author:
nokia
Message:

software implementation for JCTVC-Q0189

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCfg.h

    r776 r779  
    276276  Int       m_SOPDescriptionSEIEnabled;
    277277  Int       m_scalableNestingSEIEnabled;
     278#if Q0189_TMVP_CONSTRAINTS
     279  Int       m_TMVPConstraintsSEIEnabled;
     280#endif
    278281  //====== Weighted Prediction ========
    279282  Bool      m_useWeightedPred;       //< Use of Weighting Prediction (P_SLICE)
     
    733736  Int   getSOPDescriptionSEIEnabled()                     { return m_SOPDescriptionSEIEnabled; }
    734737  Void  setScalableNestingSEIEnabled(Int b)                { m_scalableNestingSEIEnabled = b; }
     738#if Q0189_TMVP_CONSTRAINTS
     739  void setTMVPConstraintsSEIEnabled(Int b)                { m_TMVPConstraintsSEIEnabled = b; }
     740#endif
    735741  Int   getScalableNestingSEIEnabled()                     { return m_scalableNestingSEIEnabled; }
     742#if Q0189_TMVP_CONSTRAINTS
     743  Int   getTMVPConstraintsSEIEnabled()                {  return m_TMVPConstraintsSEIEnabled; }
     744#endif
    736745  Void      setUseWP               ( Bool b )    { m_useWeightedPred   = b;    }
    737746  Void      setWPBiPred            ( Bool b )    { m_useWeightedBiPred = b;    }
Note: See TracChangeset for help on using the changeset viewer.