Changeset 1327 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 22 Jul 2015, 00:46:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCfg.h
r1326 r1327 222 222 223 223 Bool m_bUseConstrainedIntraPred; 224 Bool m_bFastUDIUseMPMEnabled; 224 225 Bool m_usePCM; 225 226 Int m_PCMBitDepth[MAX_NUM_CHANNEL_TYPE]; … … 639 640 Void setUseEarlySkipDetection ( Bool b ) { m_useEarlySkipDetection = b; } 640 641 Void setUseConstrainedIntraPred ( Bool b ) { m_bUseConstrainedIntraPred = b; } 642 Void setFastUDIUseMPMEnabled ( Bool b ) { m_bFastUDIUseMPMEnabled = b; } 641 643 Void setPCMInputBitDepthFlag ( Bool b ) { m_bPCMInputBitDepthFlag = b; } 642 644 Void setPCMFilterDisableFlag ( Bool b ) { m_bPCMFilterDisableFlag = b; } … … 661 663 Bool getUseEarlySkipDetection () { return m_useEarlySkipDetection; } 662 664 Bool getUseConstrainedIntraPred () { return m_bUseConstrainedIntraPred; } 665 Bool getFastUDIUseMPMEnabled () { return m_bFastUDIUseMPMEnabled; } 663 666 Bool getPCMInputBitDepthFlag () { return m_bPCMInputBitDepthFlag; } 664 667 Bool getPCMFilterDisableFlag () { return m_bPCMFilterDisableFlag; }
Note: See TracChangeset for help on using the changeset viewer.