Changeset 181 in 3DVCSoftware for branches/HTM-4.1-dev2-Orange/source/Lib/TLibCommon/TypeDef.h
- Timestamp:
- 14 Nov 2012, 17:23:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-Orange/source/Lib/TLibCommon/TypeDef.h
r177 r181 42 42 //! \{ 43 43 44 #define OL_QTLIMIT_PREDCODING_B0068 1 //JCT3V-B0068 45 44 46 #define MTK_UNCONSTRAINED_MVI 1 //JCT3V-B0083 45 47 … … 108 110 #define LGE_ILLUCOMP_B0045_ENCSIMP 1 109 111 #endif 110 #define LGE_CLEAN_UP 1111 112 #define OL_DEPTHLIMIT_A0044 1 //JCT2-A0044113 #if OL_DEPTHLIMIT_A0044114 #define OL_DO_NOT_LIMIT_INTRA_SLICES_PART 1 //Turn this on to not perform depth limiting for I-SLICES.115 #define OL_END_CU MAX_INT //Default for initializing the partition information buffer116 #define OL_PART_BUF_SIZE 86 //maximum number of possible partition bits in a CU117 #endif118 112 119 113 #define HHI_INTERVIEW_SKIP 1 … … 134 128 #endif 135 129 136 #define RWTH_SDC_DLT_B0036 1// JCT3V-B0036: Simplified Depth Coding + Depth Lookup Table130 #define RWTH_SDC_DLT_B0036 0 // JCT3V-B0036: Simplified Depth Coding + Depth Lookup Table 137 131 #if RWTH_SDC_DLT_B0036 138 132 #define Log2( n ) ( log((double)n) / log(2.0) )
Note: See TracChangeset for help on using the changeset viewer.