Changeset 1327 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
22 Jul 2015, 00:46:06 (9 years ago)
Author:
seregin
Message:

port rev 4405

File:
1 edited

Legend:

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

    r1326 r1327  
    222222
    223223  Bool      m_bUseConstrainedIntraPred;
     224  Bool      m_bFastUDIUseMPMEnabled;
    224225  Bool      m_usePCM;
    225226  Int       m_PCMBitDepth[MAX_NUM_CHANNEL_TYPE];
     
    639640  Void      setUseEarlySkipDetection        ( Bool  b )     { m_useEarlySkipDetection = b; }
    640641  Void      setUseConstrainedIntraPred      ( Bool  b )     { m_bUseConstrainedIntraPred = b; }
     642  Void      setFastUDIUseMPMEnabled         ( Bool  b )     { m_bFastUDIUseMPMEnabled = b; }
    641643  Void      setPCMInputBitDepthFlag         ( Bool  b )     { m_bPCMInputBitDepthFlag = b; }
    642644  Void      setPCMFilterDisableFlag         ( Bool  b )     {  m_bPCMFilterDisableFlag = b; }
     
    661663  Bool      getUseEarlySkipDetection        ()      { return m_useEarlySkipDetection; }
    662664  Bool      getUseConstrainedIntraPred      ()      { return m_bUseConstrainedIntraPred; }
     665  Bool      getFastUDIUseMPMEnabled         ()      { return m_bFastUDIUseMPMEnabled; }
    663666  Bool      getPCMInputBitDepthFlag         ()      { return m_bPCMInputBitDepthFlag;   }
    664667  Bool      getPCMFilterDisableFlag         ()      { return m_bPCMFilterDisableFlag;   }
Note: See TracChangeset for help on using the changeset viewer.