Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibCommon/CommonDef.h
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/source/Lib/TLibCommon/CommonDef.h
r1406 r1412 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 6, ITU/ISO/IEC6 * Copyright (c) 2010-2017, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 72 72 #if NH_MV 73 73 #define NV_VERSION "16.2" ///< Current software version 74 #define HM_VERSION "16. 9" ///<75 #else 76 #define NV_VERSION "16. 9" ///< Current software version74 #define HM_VERSION "16.18" ///< 75 #else 76 #define NV_VERSION "16.18" ///< Current software version 77 77 #endif 78 78 // ==================================================================================================================== … … 267 267 static const Int LAST_SIGNIFICANT_GROUPS = 10 ; 268 268 269 #if W0038_DB_OPT270 269 static const Int MAX_ENCODER_DEBLOCKING_QUALITY_LAYERS = 8 ; 271 #endif272 273 270 274 271 #if NH_MV … … 290 287 #endif 291 288 289 static const UInt LUMA_LEVEL_TO_DQP_LUT_MAXSIZE = 1024; ///< max LUT size for QP offset based on luma 290 291 292 292 // ==================================================================================================================== 293 293 // Macro functions … … 373 373 #endif 374 374 375 #if NH_3D _MLC || NH_3D_ARP375 #if NH_3D 376 376 #define MRG_MAX_NUM_CANDS_MEM (MRG_MAX_NUM_CANDS+1) // one extra for inter-view motion prediction 377 377 #endif
Note: See TracChangeset for help on using the changeset viewer.