Changeset 124 in SHVCSoftware
- Timestamp:
- 16 Apr 2013, 02:56:43 (12 years ago)
- Location:
- branches/HM-10.0-dev-SHM/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TypeDef.h
r123 r124 109 109 #endif 110 110 #else 111 #define SYNTAX_OUTPUT 1111 #define SYNTAX_OUTPUT 0 112 112 #endif 113 113 -
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.