Changeset 779 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 4 Jun 2014, 09:28:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCfg.h
r776 r779 276 276 Int m_SOPDescriptionSEIEnabled; 277 277 Int m_scalableNestingSEIEnabled; 278 #if Q0189_TMVP_CONSTRAINTS 279 Int m_TMVPConstraintsSEIEnabled; 280 #endif 278 281 //====== Weighted Prediction ======== 279 282 Bool m_useWeightedPred; //< Use of Weighting Prediction (P_SLICE) … … 733 736 Int getSOPDescriptionSEIEnabled() { return m_SOPDescriptionSEIEnabled; } 734 737 Void setScalableNestingSEIEnabled(Int b) { m_scalableNestingSEIEnabled = b; } 738 #if Q0189_TMVP_CONSTRAINTS 739 void setTMVPConstraintsSEIEnabled(Int b) { m_TMVPConstraintsSEIEnabled = b; } 740 #endif 735 741 Int getScalableNestingSEIEnabled() { return m_scalableNestingSEIEnabled; } 742 #if Q0189_TMVP_CONSTRAINTS 743 Int getTMVPConstraintsSEIEnabled() { return m_TMVPConstraintsSEIEnabled; } 744 #endif 736 745 Void setUseWP ( Bool b ) { m_useWeightedPred = b; } 737 746 Void setWPBiPred ( Bool b ) { m_useWeightedBiPred = b; }
Note: See TracChangeset for help on using the changeset viewer.