Changeset 113 in 3DVCSoftware for branches/HTM-4.0-Orange/source


Ignore:
Timestamp:
30 Aug 2012, 10:42:20 (12 years ago)
Author:
orange
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0-Orange/source/Lib/TLibCommon/TypeDef.h

    r112 r113  
    4242//! \{
    4343
    44 #define OL_DEPTHLIMIT 1  //JCT2-A0044
    45 #if OL_DEPTHLIMIT
    46 #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 buffer
    48 #define OL_PART_BUF_SIZE 86 //maximum number of possible partition bits in a CU
    49 #endif
    50 
    5144#define FIXES                             1
    5245#define POZNAN_CABAC_INIT_FLAG_FIX        1
     
    10194#define SAIT_VSO_EST_A0033                1 // JCT2-A0033 modification 3
    10295#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
    104104
    105105#define HHI_INTERVIEW_SKIP                1
Note: See TracChangeset for help on using the changeset viewer.