Changeset 1394 in 3DVCSoftware for branches/HTM-16.0-dev1/source/Lib/TLibCommon/CommonDef.h
- Timestamp:
- 4 Mar 2016, 09:42:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.0-dev1/source/Lib/TLibCommon/CommonDef.h
r1387 r1394 442 442 #endif 443 443 444 #if NH_3D_VSO 444 #if NH_3D_VSO || NH_3D 445 445 //PICYUV 446 446 #define PICYUV_PAD 16 … … 456 456 #define REN_UNUSED_PEL 0 457 457 #define REN_IS_HOLE 0 458 #if NH_3D_VSO459 458 #define ENC_INTERNAL_BIT_DEPTH REN_BIT_DEPTH // consider making this a variable 460 #endif 461 462 459 #endif // end of NH_3D_VSO 460 #if NH_3D 463 461 // CAMERA PARAMETERS 464 462 #define LOG2_DISP_PREC_LUT 2 ///< log2 of disparity precision used in integer disparity LUTs 465 463 #define STD_CAM_PARAMETERS_PRECISION 5 ///< quarter luma sample accuarcy for derived disparities (as default) 466 467 #endif // end of NH_3D 464 #endif 468 465 //! \} 469 466
Note: See TracChangeset for help on using the changeset viewer.