Ignore:
Timestamp:
26 Aug 2013, 01:51:42 (11 years ago)
Author:
samsung-htm
Message:

Integration of JCT3V-E0142

File:
1 edited

Legend:

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

    r587 r590  
    113113#if H_3D_NBDV_REF
    114114#define NTT_DoNBDV_VECTOR_CLIP_E0141      1   // disparity vector clipping in DoNBDV, JCT3V-E0141 and JCT3V-E0209
     115#define SEC_SIMPLIFIED_NBDV_E0142         1   // Simplified NBDV, JCT3V-E0142 and JCT3V-E0190
    115116#endif
    116117#endif
     
    169170////   ****** Neighbouring block-based Disparity Vector  *********
    170171#if H_3D_NBDV
     172#if SEC_SIMPLIFIED_NBDV_E0142
     173#define DVFROM_LEFT                       0
     174#define DVFROM_ABOVE                      1
     175#define IDV_CANDS                         2
     176#else
    171177#define DVFROM_LEFTBELOW                  0
    172178#define DVFROM_LEFT                       1
     
    175181#define DVFROM_ABOVELEFT                  4
    176182#define IDV_CANDS                         5
     183#endif
    177184#endif
    178185////   **** Inter-view motion prediction for merge        *********
Note: See TracChangeset for help on using the changeset viewer.