Changeset 77 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TypeDef.h
- Timestamp:
- 14 Jun 2012, 16:38:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TypeDef.h
r56 r77 46 46 #define HHI_INTER_VIEW_MOTION_PRED 1 // inter-view motion parameter prediction 47 47 #define HHI_INTER_VIEW_RESIDUAL_PRED 1 // inter-view residual prediction 48 #define HHI_FIX 1 // inter-view prediction and other fixes 48 49 49 50 #define HHI_VSO 1 50 51 #define HHI_VSO_LS_TABLE 1 51 52 #define HHI_VSO_DIST_INT 1 53 #define HHI_VSO_SYNTH_DIST_OUT 0 54 #define HHI_VSO_COLOR_PLANES 1 52 55 53 56 #define HHI_INTERVIEW_SKIP 1 … … 67 70 #define HHI_FULL_PEL_DEPTH_MAP_MV_ACC 1 // full-pel mv accuracy for depth maps 68 71 69 70 72 #if HHI_INTER_VIEW_MOTION_PRED 73 #define SAIT_IMPROV_MOTION_PRED_M24829 1 // improved inter-view motion vector prediction 74 #else 75 #define SAIT_IMPROV_MOTION_PRED_M24829 0 76 #endif 77 78 #if HHI_INTER_VIEW_RESIDUAL_PRED 79 #define LG_RESTRICTEDRESPRED_M24766 1 // restricted inter-view residual prediction 80 #define QC_SIMPLIFIEDIVRP_M24938 1 81 #else 82 #define LG_RESTRICTEDRESPRED_M24766 0 83 #define QC_SIMPLIFIEDIVRP_M24938 0 84 #endif 71 85 72 86 … … 344 358 #define COMPLETE_SLICES_IN_TILE 1 // Among the constraints between slices and tiles, all slices within a tile shall be complete (JCTVC-H0348/JCTVC-H0463) for SliceMode 1&2 345 359 #define WPP_SIMPLIFICATION 1 // JCTVC-H0349/JCTVC-0517 360 361 // ==================================================================================================================== 362 // VPS INTEGRATION 363 // ==================================================================================================================== 364 #define VIDYO_VPS_INTEGRATION 1 365 #if VIDYO_VPS_INTEGRATION 366 #define MAX_NUM_VPS 10 367 #endif 368 346 369 // ==================================================================================================================== 347 370 // Basic type redefinition … … 751 774 }; 752 775 753 754 776 //! \} 755 777
Note: See TracChangeset for help on using the changeset viewer.