Changeset 124 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 16 Apr 2013, 02:56:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncCfg.h
r122 r124 267 267 Bool m_TransquantBypassEnableFlag; ///< transquant_bypass_enable_flag setting in PPS. 268 268 Bool m_CUTransquantBypassFlagValue; ///< if transquant_bypass_enable_flag, the fixed value to use for the per-CU cu_transquant_bypass_flag. 269 #if SVC_EXTENSION 269 270 static TComVPS m_cVPS; 271 #else 272 TComVPS m_cVPS; 273 #endif 270 274 Bool m_recalculateQPAccordingToLambda; ///< recalculate QP value according to the lambda value 271 275 Int m_activeParameterSetsSEIEnabled; ///< enable active parameter set SEI message
Note: See TracChangeset for help on using the changeset viewer.