Changeset 122 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder
- Timestamp:
- 12 Apr 2013, 02:09:46 (12 years ago)
- Location:
- branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncCfg.h
r118 r122 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 TComVPS m_cVPS;269 static TComVPS m_cVPS; 270 270 Bool m_recalculateQPAccordingToLambda; ///< recalculate QP value according to the lambda value 271 271 Int m_activeParameterSetsSEIEnabled; ///< enable active parameter set SEI message -
branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncTop.cpp
r107 r122 48 48 Int TEncTop::m_iSPSIdCnt = 0; 49 49 Int TEncTop::m_iPPSIdCnt = 0; 50 TComVPS TEncCfg::m_cVPS; 50 51 #endif 51 52
Note: See TracChangeset for help on using the changeset viewer.