Changeset 210 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TypeDef.h
- Timestamp:
- 11 Dec 2012, 18:52:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TypeDef.h
r205 r210 41 41 //! \ingroup TLibCommon 42 42 //! \{ 43 43 #define QC_MVHEVC_B0046 0 //JCT3V-B0046: disable 3DHEVC tools 44 #define QC_IV_AS_LT_B0046 1 //JCT3V-B0046: inter-view reference pictures are treated as long-term pictures, scaling of motion vectors for DCP based on ViewId/ViewOrderIdx is disabled 45 #define QC_TMVP_IDX_MOD_B0046 1 //JCT3V-B0046: the reference index for temporal merging candidate is set to 0, as defined in HEVC 46 #define QC_REM_IDV_B0046 1 //JCT3V-B0046: removal of IDV NAL unit type 47 #define FIX_DEL_NULLPTR 1 48 #define FIX_MISUSE_REFINDEX 1 49 #define FIX_FCO_COMP_WARNING 1 50 #define DV_V_RESTRICTION_B0037 1 // JCT3V-B0037 disparity vector vertical range restriction 51 52 #if !QC_MVHEVC_B0046 44 53 ///// ***** FIXES ********* 45 54 // A … … 52 61 #define FIX_DMM_NEG_DIST 1 53 62 #define FIX_LGE_DVMCP_B0133 1 54 #define FIX_MISUSE_REFINDEX 1 55 63 64 65 // FCO 66 #define FLEX_CODING_ORDER_M23723 1 67 #if FLEX_CODING_ORDER_M23723 68 #define DISABLE_FCO_FOR_VSO 0 // Optional compile settings to disable VSO with FCO. 69 #endif 56 70 57 71 ///// ***** PATCHES ********* … … 178 192 179 193 #define HHI_MPI_MERGE_POS 0 180 194 #endif 181 195 ///// ***** HM 6.1 ********* 182 196 #define SKIPFRAME_BUGFIX 1 ///< bug fix to enable skipFrame at decoder … … 478 492 // VPS INTEGRATION 479 493 // ==================================================================================================================== 480 494 #if !QC_MVHEVC_B0046 481 495 #if VIDYO_VPS_INTEGRATION 482 496 #define MAX_NUM_VPS 10 483 497 #endif 498 #else 499 #define MAX_NUM_VPS 1 500 #endif 501 484 502 485 503 // ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.