Ignore:
Timestamp:
26 May 2015, 07:13:47 (9 years ago)
Author:
etri-htm
Message:

Reactive_MLC (the MACRO is "NH_3D_MLC")

File:
1 edited

Legend:

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

    r1217 r1233  
    7171#define NH_3D_NBDV                        1
    7272#define NH_3D_NBDV_REF                    1
     73#define NH_3D_MLC                         1
    7374#endif
    7475
     
    712713  MD_ABOVE_LEFT         ///< MVP of above left block
    713714};
    714 #if H_3D
     715#if NH_3D_MLC
    715716enum DefaultMergCandOrder
    716717{
     
    725726  MRG_A0,               ///< Left bottom
    726727  MRG_B2,               ///< Above left
    727   MRG_IVSHIFT,          ///< Shifted IVMC of Shifted IVDC. (These are mutually exclusive)
     728  MRG_IVSHIFT,          ///< Shifted IVMC or Shifted IVDC. (These are mutually exclusive)
    728729  MRG_COL               ///< Temporal co-located
    729730};
Note: See TracChangeset for help on using the changeset viewer.