Changeset 1072 in 3DVCSoftware for branches/HTM-12.1-MV-draft-1/source/Lib/TLibCommon/CommonDef.h
- Timestamp:
- 13 Oct 2014, 16:44:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-MV-draft-1/source/Lib/TLibCommon/CommonDef.h
r1067 r1072 60 60 61 61 #if H_MV 62 #define NV_VERSION "12. 1" ///< Current software version62 #define NV_VERSION "12.0" ///< Current software version 63 63 #define HM_VERSION "14.0" ///< 64 64 #else … … 208 208 // MERGE 209 209 #define MRG_MAX_NUM_CANDS 5 210 #if H_3D_IV_MERGE211 #define MRG_MAX_NUM_CANDS_MEM (MRG_MAX_NUM_CANDS+1) // one extra for inter-view motion prediction212 #endif213 210 // Reference memory management 214 211 #define DYN_REF_FREE 0 ///< dynamic free of reference memories … … 318 315 }; 319 316 320 #if H_3D321 //PICYUV322 #define PICYUV_PAD 16323 324 //RENDERER325 #define REN_LUMA_MARGIN ( g_uiMaxCUWidth + PICYUV_PAD )326 #define REN_VDWEIGHT_PREC 8327 #define REN_IS_FILLED ( 1 << REN_VDWEIGHT_PREC )328 #define REN_USED_PEL ( (1 << g_bitDepthY) - 1 )329 #define REN_UNUSED_PEL 0330 #define REN_IS_HOLE 0331 332 333 // CAMERA PARAMETERS334 #define LOG2_DISP_PREC_LUT 2 ///< log2 of disparity precision used in integer disparity LUTs335 #define STD_CAM_PARAMETERS_PRECISION 5 ///< quarter luma sample accuarcy for derived disparities (as default)336 337 #endif // end of H_3D338 317 //! \} 339 318
Note: See TracChangeset for help on using the changeset viewer.