Ignore:
Timestamp:
4 Jun 2013, 00:01:30 (11 years ago)
Author:
zhang
Message:

NBDV for 3D-HEVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TypeDef.h

    r446 r455  
    7878                                              // SAIT_VSO_EST_A0033, JCT3V-A0033 modification 3
    7979                                              // LGE_WVSO_A0119
     80#define H_3D_NBDV                         1   // Neighboring block disparity derivation
     81                                              // JCT3V-A0097
     82                                              // LGE_DVMCP_A0126
     83                                              // LGE_DVMCP_MEM_REDUCTION_B0135     
     84                                              // QC_SIMPLE_NBDV_B0047
     85                                              // FIX_LGE_DVMCP_B0133
     86                                              // QC_NBDV_LDB_FIX_C0055
     87                                              // MTK_SAIT_TEMPORAL_FIRST_ORDER_C0141_C0097
     88                                              // MTK_SIMPLIFY_DVTC_C0135           
     89                                              // QC_CU_NBDV_D0181
     90                                              // SEC_DEFAULT_DV_D0112
    8091#endif
    8192
     
    92103#define H_3D_VSO_SYNTH_DIST_OUT           0   // Output of synthesized view distortion instead of depth distortion in encoder output
    93104#endif
    94 
     105////   ****** Neighbouring block-based Disparity Vector  *********
     106#if H_3D_NBDV
     107#define IDV_CANDS                         6
     108#define DVFROM_LEFTBELOW                  1
     109#define DVFROM_LEFT                       2
     110#define DVFROM_ABOVERIGHT                 3
     111#define DVFROM_ABOVE                      4
     112#define DVFROM_ABOVELEFT                  5
     113#endif
    95114/////////////////////////////////////////////////////////////////////////////////////////
    96115///////////////////////////////////   HM RELATED DEFINES ////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.