Changeset 1312 in 3DVCSoftware


Ignore:
Timestamp:
11 Aug 2015, 18:27:09 (9 years ago)
Author:
tech
Message:

Reordered defines.

Location:
branches/HTM-14.1-update-dev1/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TComRom.h

    r1309 r1312  
    232232#define DTRACE_CABAC_R( x,y )
    233233#define DTRACE_CABAC_N
    234 #if H_MV_ENC_DEC_TRAC
    235234#define DTRACE_CU(x,y) ;             
    236235#define DTRACE_PU(x,y) ;           
     
    244243#define D_PRINT_INDENT( b, str );
    245244
    246 #endif
    247245#endif
    248246const Char* nalUnitTypeToString(NalUnitType type);
  • branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TypeDef.h

    r1311 r1312  
    6060#define NH_MV          ( HEVC_EXT != 0)
    6161#define NH_3D          ( HEVC_EXT == 2)
    62 
    63 
    6462/////////////////////////////////////////////////////////////////////////////////////////
    6563///////////////////////////////////   MAJOR DEFINES   /////////////////////////////////// 
    6664/////////////////////////////////////////////////////////////////////////////////////////
    6765#if NH_MV
    68 
     66#define NH_MV_FIX_TICKET_105              1 // layer_set_idx_for_ols_minus1 length
     67#define NH_MV_FIX_TICKET_100              1 // Extra slice header bits
     68#define H_MV_ENC_DEC_TRAC                 1  //< CU/PU level tracking
     69#define H_MV_ENC_DEC_TRAC_FIX             1  // by SHARP
     70#if NH_3D
     71// FIXES
     72#define NH_3D_FIX_TICKET_98               1 // Writing of depth intra skip flag
    6973#define NH_3D_FIX_TICKET_101              ( 1 && NH_3D_VER141_DEC_COMP_FLAG )  // Camera parameters for depth
    70 #define NH_MV_FIX_TICKET_105              1 // layer_set_idx_for_ols_minus1 length
    71 #define NH_3D_FIX_TICKET_98               1 // Writing of depth intra skip flag
    72 #define NH_MV_FIX_TICKET_100              1 // Extra slice header bits
    73 
    74 
    7574#define NH_3D_DIS_FIX                     1
    7675#define NH_3D_ENC_DEPTH_FIX               1 // Fix Intra TU coding.
     
    8180#define NH_3D_ALIGN_SPIVMP_RP             1 // Alignment of DBBP and RP
    8281#define NH_3D_FIX_VSP                     1
    83 
    84 #define H_MV_ENC_DEC_TRAC                 1  //< CU/PU level tracking
    85 #define H_MV_ENC_DEC_TRAC_FIX             1  // by SHARP
    86 
    87 #if NH_3D
    8882#define NH_3D_VSO                         1
    8983#define NH_3D_NBDV                        1
     
    10397                                              // SEC_IC_NEIGHBOR_CLIP_I0080    // Clipping of neighboring sample position, JCT3V-I0080
    10498                                              // LGE_CHROMA_IC_J0050_J0034
    105 
    10699#define NH_3D_IC_FIX                      1   // Fix uninitialized value in cDtParam.bUseIC (it happened on intra block)
    107100#define NH_3D_FULL_PEL_DEPTH_MAP_MV_ACC   1   // Full Pel Interpolation for Depth, HHI_FULL_PEL_DEPTH_MAP_MV_ACC
    108 
    109101#define NH_3D_QTLPC                       1   // OL_QTLIMIT_PREDCODING_B0068 //JCT3V-B0068
    110102                                              // HHI_QTLPC_RAU_OFF_C0160 JCT3V-C0160 change 2: quadtree limitation and predictive coding switched off in random access units
    111103                                              // MTK_TEX_DEP_PAR_G0055 Texture-partition-dependent depth partition. JCT3V-G0055
    112 
    113104#define NH_3D_NBDV_REF                    1
    114105#define NH_3D_MLC                         1
     
    133124                                              // SEC_ARP_VIEW_REF_CHECK_J0037    Signaling iv_res_pred_weight_idx when the current slice has both view and temporal reference picture(s), JCT3V-J0037 item1
    134125                                              // SEC_ARP_REM_ENC_RESTRICT_K0035    Removal of encoder restriction of ARP, JCT3V-K0035
    135 
    136126#define NH_3D_DMM                         1   // Depth modeling modes
    137127#define NH_3D_DLT                         1   // Depth Lookup Table
     
    146136#define NH_3D_FAST_TEXTURE_ENCODING       1   // Fast merge mode decision and early CU determination for texture component of dependent view, JCT3V-E0173
    147137#endif
    148 
    149138#if H_3D
    150139#define H_3D_QTLPC                        1   // OL_QTLIMIT_PREDCODING_B0068 //JCT3V-B0068
Note: See TracChangeset for help on using the changeset viewer.