Changeset 1396 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TypeDef.h
- Timestamp:
- 11 Mar 2016, 16:54:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TypeDef.h
r1386 r1396 65 65 #if NH_MV 66 66 // Recent bug fixes 67 #define NH_3D_FIX_TICKET_107 1 // Clean up. 68 #define NH_3D_FIX_TICKET_91 1 // NBDV availability in case of tiles. 67 #define RM_INIT_FIX 1 68 #define RM_FIX_SETUP 1 69 #define NH_MV_FIX_VERT_MV_REST 1 70 71 #define NH_3D_FIX_INTRA_SDC_VSO_OFF 1 72 #define NH_3D_FIX_TICKET_114 1 //Mismatch between text and software on DPB size syntax 73 #define NH_3D_FIX_LEAK 1 69 74 // Things that needs to be fixed also in the Specification ... 70 75 #define NH_MV_FIX_NO_REF_PICS_CHECK 1 // !!SPEC!! … … 349 354 #endif 350 355 // This can be enabled by the makefile 351 #if !NH_MV352 356 #ifndef ENC_DEC_TRACE 353 357 #define ENC_DEC_TRACE 0 358 #endif 359 360 #if NH_MV 361 #if ENC_DEC_TRACE 362 #define GT_DEBUG 1 363 #else 364 #define GT_DEBUG 0 354 365 #endif 355 366 #endif … … 510 521 #define RDO_DIST_MAX MAX_UINT 511 522 #endif 523 #else 524 #define RDO_DIST_MAX MAX_UINT 512 525 #endif 513 526 // ==================================================================================================================== … … 1000 1013 BLEND_GEN = 3 1001 1014 }; 1015 1016 enum SetMod 1017 { 1018 GET_FULL = 0, 1019 SET_FULL = 1, 1020 GET_SIMP = 2, 1021 SET_SIMP = 3 1022 }; 1023 1024 1002 1025 enum 1003 1026 {
Note: See TracChangeset for help on using the changeset viewer.