Changeset 113 in 3DVCSoftware for branches/HTM-4.0-Orange/source
- Timestamp:
- 30 Aug 2012, 10:42:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0-Orange/source/Lib/TLibCommon/TypeDef.h
r112 r113 42 42 //! \{ 43 43 44 #define OL_DEPTHLIMIT 1 //JCT2-A004445 #if OL_DEPTHLIMIT46 #define OL_DO_NOT_LIMIT_INTRA_SLICES_PART 1 //Turn this on to not perform depth limiting for I-SLICES.47 #define OL_END_CU MAX_INT //Default for initialising the partition information buffer48 #define OL_PART_BUF_SIZE 86 //maximum number of possible partition bits in a CU49 #endif50 51 44 #define FIXES 1 52 45 #define POZNAN_CABAC_INIT_FLAG_FIX 1 … … 101 94 #define SAIT_VSO_EST_A0033 1 // JCT2-A0033 modification 3 102 95 #define LGE_VSO_EARLY_SKIP_A0093 1 // JCT2-A0093 modification 4 103 #define LGE_WVSO_A0119 0 // JCT2-A0119 Depth Metric with a weighted depth fidelity term 96 #define LGE_WVSO_A0119 1 // JCT2-A0119 Depth Metric with a weighted depth fidelity term 97 98 #define OL_DEPTHLIMIT 1 //JCT2-A0044 99 #if OL_DEPTHLIMIT 100 #define OL_DO_NOT_LIMIT_INTRA_SLICES_PART 1 //Turn this on to not perform depth limiting for I-SLICES. 101 #define OL_END_CU MAX_INT //Default for initialising the partition information buffer 102 #define OL_PART_BUF_SIZE 86 //maximum number of possible partition bits in a CU 103 #endif 104 104 105 105 #define HHI_INTERVIEW_SKIP 1
Note: See TracChangeset for help on using the changeset viewer.