Changeset 213 in 3DVCSoftware for branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibCommon/CommonDef.h
- Timestamp:
- 31 Dec 2012, 18:33:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibCommon/CommonDef.h
r193 r213 58 58 59 59 #define HM_VERSION "6.1" 60 #define NV_VERSION " 4.1" ///< Current software version60 #define NV_VERSION "5.1" ///< Current software version 61 61 62 62 // ==================================================================================================================== … … 144 144 #define PDM_NO_INTER_UPDATE 1 // no update for inter (but not inter-view) predicted blocks 145 145 #define PDM_MERGE_POS 0 // position of pdm in merge list (0..4) 146 #if SAIT_IMPROV_MOTION_PRED_M24829&!QC_MULTI_DIS_CAN 146 147 #if QC_MRG_CANS_B0048 148 #if OL_DISMV_POS_B0069 149 #define DMV_MERGE_POS 4 150 #else 151 #define DMV_MERGE_POS 1 152 #endif 153 #endif 154 155 #if SAIT_IMPROV_MOTION_PRED_M24829&!QC_MULTI_DIS_CAN_A0097 147 156 #define PDM_AMVP_POS 0 // position of pdm in amvp list (0..3) 148 157 #else … … 181 190 // VPS constants 182 191 // ==================================================================================================================== 192 #if QC_MVHEVC_B0046 193 #define MAX_LAYER_NUM MAX_VIEW_NUM 194 #endif 183 195 #if VIDYO_VPS_INTEGRATION 184 196 #define MAX_LAYER_NUM MAX_VIEW_NUM … … 476 488 NAL_UNIT_CODED_SLICE, 477 489 #if H0566_TLA 490 #if QC_REM_IDV_B0046 491 NAL_UNIT_RESERVED, 492 #else 478 493 NAL_UNIT_CODED_SLICE_IDV, 494 #endif 479 495 NAL_UNIT_CODED_SLICE_TLA, 480 496 NAL_UNIT_CODED_SLICE_CRA, … … 504 520 NAL_UNIT_RESERVED_23, 505 521 NAL_UNIT_UNSPECIFIED_24, 506 #if VIDYO_VPS_INTEGRATION 522 #if VIDYO_VPS_INTEGRATION|QC_MVHEVC_B0046 507 523 NAL_UNIT_VPS, 508 524 #else
Note: See TracChangeset for help on using the changeset viewer.