Ignore:
Timestamp:
22 May 2015, 15:07:56 (9 years ago)
Author:
hhi
Message:
  • SDC with DMM seems to work now (incompatible with DLT -> high level syntax problem?).
  • Renamed macros for intra and inter SDC.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibCommon/TypeDef.h

    r1223 r1227  
    6969#if NH_3D
    7070#define NH_3D_VSO                         1
    71 #define NH_3D_DMM                         0   // Depth modeling modes
    72 #define NH_3D_DLT                         1   // Depth Lookup Table
    73 #define NH_3D_INTRA_SDC                   1   // Segment-wise DC Coding method for INTRA
     71#define NH_3D_DMM                         1   // Depth modeling modes
     72#define NH_3D_DLT                         0   // Depth Lookup Table
     73#define NH_3D_SDC_INTRA                   1   // Segment-wise DC Coding method for INTRA
     74#define NH_3D_SDC_INTER                   0   // Segment-wise DC Coding method for INTER 
    7475#define NH_3D_ENC_DEPTH                   1   // Encoder optimizations for depth, incl.
    7576                                              // HHI_DEPTH_INTRA_SEARCH_RAU_C0160
Note: See TracChangeset for help on using the changeset viewer.