Changeset 610 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibCommon
- Timestamp:
- 7 Feb 2014, 23:30:56 (11 years ago)
- Location:
- branches/SHM-5.1-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibCommon/CommonDef.h
r600 r610 178 178 179 179 // Explicit temporal layer QP offset 180 #define MAX_TLAYER 8///< max number of temporal layer180 #define MAX_TLAYER 7 ///< max number of temporal layer 181 181 #define HB_LAMBDA_FOR_LDC 1 ///< use of B-style lambda for non-key pictures in low-delay mode 182 182 -
branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.h
r607 r610 231 231 { 232 232 ProfileTierLevel m_generalPTL; 233 ProfileTierLevel m_subLayerPTL [6]; // max. value of max_sub_layers_minus1 is 6234 Bool m_subLayerProfilePresentFlag [6];235 Bool m_subLayerLevelPresentFlag [6];233 ProfileTierLevel m_subLayerPTL [MAX_TLAYER-1]; // max. value of max_sub_layers_minus1 is MAX_TLAYER-1 ( = 6 ) 234 Bool m_subLayerProfilePresentFlag [MAX_TLAYER-1]; 235 Bool m_subLayerLevelPresentFlag [MAX_TLAYER-1]; 236 236 237 237 public:
Note: See TracChangeset for help on using the changeset viewer.