- Timestamp:
- 11 Aug 2015, 18:27:09 (9 years ago)
- 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 232 232 #define DTRACE_CABAC_R( x,y ) 233 233 #define DTRACE_CABAC_N 234 #if H_MV_ENC_DEC_TRAC235 234 #define DTRACE_CU(x,y) ; 236 235 #define DTRACE_PU(x,y) ; … … 244 243 #define D_PRINT_INDENT( b, str ); 245 244 246 #endif247 245 #endif 248 246 const Char* nalUnitTypeToString(NalUnitType type); -
branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TypeDef.h
r1311 r1312 60 60 #define NH_MV ( HEVC_EXT != 0) 61 61 #define NH_3D ( HEVC_EXT == 2) 62 63 64 62 ///////////////////////////////////////////////////////////////////////////////////////// 65 63 /////////////////////////////////// MAJOR DEFINES /////////////////////////////////// 66 64 ///////////////////////////////////////////////////////////////////////////////////////// 67 65 #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 69 73 #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 length71 #define NH_3D_FIX_TICKET_98 1 // Writing of depth intra skip flag72 #define NH_MV_FIX_TICKET_100 1 // Extra slice header bits73 74 75 74 #define NH_3D_DIS_FIX 1 76 75 #define NH_3D_ENC_DEPTH_FIX 1 // Fix Intra TU coding. … … 81 80 #define NH_3D_ALIGN_SPIVMP_RP 1 // Alignment of DBBP and RP 82 81 #define NH_3D_FIX_VSP 1 83 84 #define H_MV_ENC_DEC_TRAC 1 //< CU/PU level tracking85 #define H_MV_ENC_DEC_TRAC_FIX 1 // by SHARP86 87 #if NH_3D88 82 #define NH_3D_VSO 1 89 83 #define NH_3D_NBDV 1 … … 103 97 // SEC_IC_NEIGHBOR_CLIP_I0080 // Clipping of neighboring sample position, JCT3V-I0080 104 98 // LGE_CHROMA_IC_J0050_J0034 105 106 99 #define NH_3D_IC_FIX 1 // Fix uninitialized value in cDtParam.bUseIC (it happened on intra block) 107 100 #define NH_3D_FULL_PEL_DEPTH_MAP_MV_ACC 1 // Full Pel Interpolation for Depth, HHI_FULL_PEL_DEPTH_MAP_MV_ACC 108 109 101 #define NH_3D_QTLPC 1 // OL_QTLIMIT_PREDCODING_B0068 //JCT3V-B0068 110 102 // HHI_QTLPC_RAU_OFF_C0160 JCT3V-C0160 change 2: quadtree limitation and predictive coding switched off in random access units 111 103 // MTK_TEX_DEP_PAR_G0055 Texture-partition-dependent depth partition. JCT3V-G0055 112 113 104 #define NH_3D_NBDV_REF 1 114 105 #define NH_3D_MLC 1 … … 133 124 // 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 134 125 // SEC_ARP_REM_ENC_RESTRICT_K0035 Removal of encoder restriction of ARP, JCT3V-K0035 135 136 126 #define NH_3D_DMM 1 // Depth modeling modes 137 127 #define NH_3D_DLT 1 // Depth Lookup Table … … 146 136 #define NH_3D_FAST_TEXTURE_ENCODING 1 // Fast merge mode decision and early CU determination for texture component of dependent view, JCT3V-E0173 147 137 #endif 148 149 138 #if H_3D 150 139 #define H_3D_QTLPC 1 // OL_QTLIMIT_PREDCODING_B0068 //JCT3V-B0068
Note: See TracChangeset for help on using the changeset viewer.