Changeset 1396 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TypeDef.h


Ignore:
Timestamp:
11 Mar 2016, 16:54:51 (9 years ago)
Author:
tech
Message:

Merged HTM-16.0-dev1@1395.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/TypeDef.h

    r1386 r1396  
    6565#if NH_MV
    6666// Recent bug fixes
    67 #define NH_3D_FIX_TICKET_107                     1 // Clean up.
    68 #define NH_3D_FIX_TICKET_91                      1 // NBDV availability in case of tiles.
     67#define RM_INIT_FIX                      1
     68#define RM_FIX_SETUP                     1
     69#define NH_MV_FIX_VERT_MV_REST                         1
     70
     71#define NH_3D_FIX_INTRA_SDC_VSO_OFF              1
     72#define NH_3D_FIX_TICKET_114                     1  //Mismatch between text and software on DPB size syntax
     73#define NH_3D_FIX_LEAK                           1
    6974// Things that needs to be fixed also in the Specification ...
    7075#define NH_MV_FIX_NO_REF_PICS_CHECK               1 // !!SPEC!!
     
    349354#endif
    350355// This can be enabled by the makefile
    351 #if !NH_MV
    352356#ifndef ENC_DEC_TRACE
    353357#define ENC_DEC_TRACE                                     0
     358#endif
     359
     360#if NH_MV
     361#if ENC_DEC_TRACE
     362#define GT_DEBUG   1
     363#else
     364#define GT_DEBUG   0
    354365#endif
    355366#endif
     
    510521#define       RDO_DIST_MAX     MAX_UINT
    511522#endif
     523#else
     524#define       RDO_DIST_MAX     MAX_UINT
    512525#endif
    513526// ====================================================================================================================
     
    10001013  BLEND_GEN   =  3
    10011014};
     1015
     1016  enum SetMod
     1017  {
     1018    GET_FULL   = 0,
     1019    SET_FULL   = 1,
     1020    GET_SIMP   = 2,
     1021    SET_SIMP   = 3   
     1022  };
     1023
     1024 
    10021025enum
    10031026{
Note: See TracChangeset for help on using the changeset viewer.