Changeset 1390 in 3DVCSoftware for branches/HTM-16.0-MV-draft-5/source/Lib/TLibCommon/CommonDef.h
- Timestamp:
- 13 Nov 2015, 17:00:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.0-MV-draft-5/source/Lib/TLibCommon/CommonDef.h
r1387 r1390 71 71 // ==================================================================================================================== 72 72 #if NH_MV 73 #define NV_VERSION "1 6.0" ///< Current software version74 #define HM_VERSION "16. 7" ///<73 #define NV_VERSION "15.2" ///< Current software version 74 #define HM_VERSION "16.6" ///< 75 75 #else 76 76 #define NV_VERSION "16.7" ///< Current software version … … 368 368 #endif 369 369 370 #if NH_3D_MLC || NH_3D_ARP371 #define MRG_MAX_NUM_CANDS_MEM (MRG_MAX_NUM_CANDS+1) // one extra for inter-view motion prediction372 #endif373 370 374 371 #if NH_MV … … 442 439 #endif 443 440 444 #if NH_3D_VSO445 //PICYUV446 #define PICYUV_PAD 16447 448 //RENDERER449 450 451 #define REN_BIT_DEPTH 8452 #define REN_LUMA_MARGIN ( PICYUV_PAD + 1 ) // + g_uiMaxCuWidth instead of 1 ???453 #define REN_VDWEIGHT_PREC 8454 #define REN_IS_FILLED ( 1 << REN_VDWEIGHT_PREC )455 #define REN_USED_PEL ( (1 << REN_BIT_DEPTH) - 1 )456 #define REN_UNUSED_PEL 0457 #define REN_IS_HOLE 0458 #if NH_3D_VSO459 #define ENC_INTERNAL_BIT_DEPTH REN_BIT_DEPTH // consider making this a variable460 #endif461 462 463 // CAMERA PARAMETERS464 #define LOG2_DISP_PREC_LUT 2 ///< log2 of disparity precision used in integer disparity LUTs465 #define STD_CAM_PARAMETERS_PRECISION 5 ///< quarter luma sample accuarcy for derived disparities (as default)466 467 #endif // end of NH_3D468 441 //! \} 469 442
Note: See TracChangeset for help on using the changeset viewer.