Changeset 296 in 3DVCSoftware for trunk/source/Lib/TLibCommon/CommonDef.h
- Timestamp:
- 20 Feb 2013, 22:07:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/CommonDef.h
r211 r296 128 128 #define MAX_VIEW_NUM 10 129 129 130 #if ( H HI_INTER_VIEW_MOTION_PRED || HHI_INTER_VIEW_RESIDUAL_PRED)130 #if ( H3D_IVMP || H3D_IVRP ) 131 131 #define DEPTH_MAP_GENERATION 1 132 132 #define PDM_REMOVE_DEPENDENCE 1 //bug-fix for DMDV JCT2-A0095 … … 140 140 #define PDM_MERGE_POS 0 // position of pdm in merge list (0..4) 141 141 142 #if QC_MRG_CANS_B0048 143 #if OL_DISMV_POS_B0069 142 #if H3D_IVMP 144 143 #define DMV_MERGE_POS 4 145 144 #else 146 145 #define DMV_MERGE_POS 1 147 146 #endif 148 #endif 149 150 #if SAIT_IMPROV_MOTION_PRED_M24829&!QC_MULTI_DIS_CAN_A0097 147 148 #if H3D_IVMP&!H3D_NBDV 151 149 #define PDM_AMVP_POS 0 // position of pdm in amvp list (0..3) 152 150 #else … … 424 422 // AMVP: advanced motion vector prediction 425 423 #define AMVP_MAX_NUM_CANDS 2 ///< max number of final candidates 426 #if H HI_INTER_VIEW_MOTION_PRED424 #if H3D_IVMP 427 425 #define AMVP_MAX_NUM_CANDS_MEM 4 ///< max number of candidates 428 426 #else … … 431 429 // MERGE 432 430 #define MRG_MAX_NUM_CANDS 5 433 #if H HI_INTER_VIEW_MOTION_PRED431 #if H3D_IVMP 434 432 #define MRG_MAX_NUM_CANDS_MEM (MRG_MAX_NUM_CANDS+1) // one extra for inter-view motion prediction 435 433 #endif … … 439 437 440 438 // Explicit temporal layer QP offset 441 #if H0567_DPB_PARAMETERS_PER_TEMPORAL_LAYER442 439 #define MAX_TLAYER 8 ///< max number of temporal layer 443 #else444 #define MAX_TLAYER 4 ///< max number of temporal layer445 #endif446 440 #define HB_LAMBDA_FOR_LDC 1 ///< use of B-style lambda for non-key pictures in low-delay mode 447 441 … … 468 462 #define MAX_NUM_REF_PICS 16 469 463 470 #if !NAL_REF_FLAG471 enum NalRefIdc472 {473 NAL_REF_IDC_PRIORITY_LOWEST = 0,474 NAL_REF_IDC_PRIORITY_LOW,475 NAL_REF_IDC_PRIORITY_HIGH,476 NAL_REF_IDC_PRIORITY_HIGHEST477 };478 #endif479 464 480 465 enum NalUnitType … … 482 467 NAL_UNIT_UNSPECIFIED_0 = 0, 483 468 NAL_UNIT_CODED_SLICE, 484 #if H0566_TLA485 469 #if QC_REM_IDV_B0046 486 470 NAL_UNIT_RESERVED, … … 490 474 NAL_UNIT_CODED_SLICE_TLA, 491 475 NAL_UNIT_CODED_SLICE_CRA, 492 #else493 NAL_UNIT_CODED_SLICE_DATAPART_A,494 NAL_UNIT_CODED_SLICE_DATAPART_B,495 NAL_UNIT_CODED_SLICE_CDR,496 #endif497 476 NAL_UNIT_CODED_SLICE_IDR, 498 477 NAL_UNIT_SEI,
Note: See TracChangeset for help on using the changeset viewer.