Ignore:
Timestamp:
13 Apr 2014, 14:27:40 (10 years ago)
Author:
etri-htm
Message:

H0083 Bug-fix and clean ups on merge list construction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.2-dev1-ETRI/source/Lib/TLibCommon/TypeDef.h

    r897 r911  
    3939#define _TYPEDEF__
    4040
     41
    4142//! \ingroup TLibCommon
    4243//! \{
     
    223224                                              // SCU_HS_FAST_DEPTH_INTRA_E0238_HHIFIX
    224225#endif
     226
     227#define ETRIKHU_BUGFIX_H0083              1   // bug-fix for DV candidate pruning
     228#define ETRIKHU_CLEANUP_H0083             1   // cleaned-up source code for constructing merging candidate list
    225229
    226230// Rate Control
     
    799803};
    800804
     805/// merging candidates
     806#if ETRIKHU_CLEANUP_H0083
     807enum DefaultMergCandOrder
     808{
     809  MRG_T = 0,            ///< MPI
     810  MRG_D,                ///< DDD
     811  MRG_IVMC,             ///< Temporal inter-view
     812  MRG_A1,               ///< Left
     813  MRG_B1,               ///< Above
     814  MRG_B0,               ///< Above right
     815  MRG_IVDC,             ///< Disparity inter-view
     816  MRG_VSP,              ///< VSP
     817  MRG_A0,               ///< Left bottom
     818  MRG_B2,               ///< Above left
     819  MRG_IVSHIFT,          ///< Shifted IVMC of Shifted IVDC. (These are mutually exclusive)
     820  MRG_COL               ///< Temporal co-located
     821};
     822#endif
     823
    801824/// coefficient scanning type used in ACS
    802825enum COEFF_SCAN_TYPE
Note: See TracChangeset for help on using the changeset viewer.