Changeset 1078 in 3DVCSoftware for branches/HTM-12.1-dev0/source/Lib/TLibCommon
- Timestamp:
- 21 Oct 2014, 22:36:22 (10 years ago)
- Location:
- branches/HTM-12.1-dev0/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-dev0/source/Lib/TLibCommon/TComSlice.cpp
r1076 r1078 4382 4382 , m_nonPackedConstraintFlag(false) 4383 4383 , m_frameOnlyConstraintFlag(false) 4384 #if H_MV 4384 4385 , m_max12bitConstraintFlag ( false ) 4385 4386 , m_max10bitConstraintFlag ( false ) … … 4392 4393 , m_lowerBitRateConstraintFlag ( false ) 4393 4394 , m_inbldFlag ( false ) 4395 #endif 4394 4396 { 4395 4397 ::memset(m_profileCompatibilityFlag, 0, sizeof(m_profileCompatibilityFlag)); 4396 4398 } 4397 4399 4400 #if H_MV 4398 4401 Bool ProfileTierLevel::getV2ConstraintsPresentFlag() 4399 4402 { … … 4440 4443 copyV2ConstraintFlags ( ptlRef ); 4441 4444 } 4442 4445 #endif 4443 4446 4444 4447 TComPTL::TComPTL() -
branches/HTM-12.1-dev0/source/Lib/TLibCommon/TypeDef.h
r1076 r1078 367 367 ///////////////////////////////////////////////////////////////////////////////// 368 368 // TBD: Check if integration is necessary. 369 369 #define H_MV_HLS_PTL_LIMITS 0 370 370 #define H_MV_HLS7_GEN 0 // General changes (not tested) 371 371 … … 434 434 435 435 #define MAX_VPS_NUM_HRD_PARAMETERS 1024 436 #if H_MV 436 437 #define MAX_NUM_SUB_LAYERS 7 437 438 #define MAX_NUM_SIGNALLED_PARTITIONING_SCHEMES 16 438 439 #endif 439 440 #define MAX_VPS_OP_SETS_PLUS1 1024 440 441 #if H_MV
Note: See TracChangeset for help on using the changeset viewer.