Changeset 1203 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncLayerCfg.h
- Timestamp:
- 8 Jul 2015, 20:57:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncLayerCfg.h
r1182 r1203 118 118 Bool m_useHighPrecisionPredictionWeighting; 119 119 120 #if REPN_FORMAT_IN_VPS121 120 Int m_repFormatIdx; 122 #endif123 121 #if Q0074_COLOUR_REMAPPING_SEI 124 122 string m_colourRemapSEIFileRoot; ///< Colour Remapping Information SEI message parameters file … … 206 204 Bool getRCForceIntraQP() {return m_RCForceIntraQP; } 207 205 #endif 208 #if REPN_FORMAT_IN_VPS209 206 Int getRepFormatIdx() { return m_repFormatIdx; } 210 207 Void setRepFormatIdx(Int x) { m_repFormatIdx = x; } 211 208 Void setSourceWidth(Int x) { m_iSourceWidth = x; } 212 209 Void setSourceHeight(Int x) { m_iSourceHeight = x; } 213 #endif214 210 Int getMaxTidIlRefPicsPlus1() { return m_maxTidIlRefPicsPlus1; } 215 211 #if LAYER_CTB
Note: See TracChangeset for help on using the changeset viewer.