Ignore:
Timestamp:
6 Jun 2013, 11:46:05 (11 years ago)
Author:
hhi
Message:

Integation of depth intra methods in macro H_3D_DIM, including:

  • DMM coding modes in H_3D_DIM_DMM.
  • RBC coding mode in H_3D_DIM_RBC.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev1/source/Lib/TLibCommon/TypeDef.h

    r446 r459  
    7878                                              // SAIT_VSO_EST_A0033, JCT3V-A0033 modification 3
    7979                                              // LGE_WVSO_A0119
     80#define H_3D_DIM                          1   // DIM, Depth intra modes, includes:
     81                                              // HHI_DMM_WEDGE_INTRA
     82                                              // HHI_DMM_PRED_TEX
     83                                              // FIX_WEDGE_NOFLOAT_D0036
     84                                              // LGE_EDGE_INTRA_A0070
     85                                              // LGE_DMM3_SIMP_C0044
     86                                              // QC_DC_PREDICTOR_D0183
     87                                              // HHI_DELTADC_DLT_D0035
     88                                              // PKU_QC_DEPTH_INTRA_UNI_D0195
     89                                              // ... [PM: add SDC and DLT related]
    8090#endif
    8191
     
    91101#define H_3D_VSO_RM_ASSERTIONS            0   // Output VSO assertions
    92102#define H_3D_VSO_SYNTH_DIST_OUT           0   // Output of synthesized view distortion instead of depth distortion in encoder output
     103#endif
     104
     105///// ***** DEPTH INTRA MODES *********
     106#if H_3D_DIM
     107#define H_3D_DIM_DMM                   1 // Depth Modeling Modes
     108#define H_3D_DIM_RBC                   1 // Region Boundary Chain mode
     109#define H_3D_DIM_SDC                   0 // Simplified Depth Coding method
     110#define H_3D_DIM_DLT                   0 // Depth Lookup Table
    93111#endif
    94112
Note: See TracChangeset for help on using the changeset viewer.