Ignore:
Timestamp:
13 Nov 2015, 17:00:20 (9 years ago)
Author:
tech
Message:

Removed 3D.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.0-MV-draft-5/source/Lib/TLibCommon/CommonDef.h

    r1387 r1390  
    7171// ====================================================================================================================
    7272#if NH_MV
    73 #define NV_VERSION        "16.0"                ///< Current software version
    74 #define HM_VERSION        "16.7"                ///<
     73#define NV_VERSION        "15.2"                ///< Current software version
     74#define HM_VERSION        "16.6"                ///<
    7575#else
    7676#define NV_VERSION        "16.7"                 ///< Current software version
     
    368368#endif
    369369
    370 #if NH_3D_MLC  || NH_3D_ARP
    371 #define MRG_MAX_NUM_CANDS_MEM       (MRG_MAX_NUM_CANDS+1) // one extra for inter-view motion prediction
    372 #endif
    373370
    374371#if NH_MV
     
    442439#endif
    443440
    444 #if NH_3D_VSO
    445 //PICYUV
    446 #define PICYUV_PAD         16
    447 
    448 //RENDERER
    449 
    450 
    451 #define REN_BIT_DEPTH     8
    452 #define REN_LUMA_MARGIN   ( PICYUV_PAD + 1 ) // + g_uiMaxCuWidth instead of 1 ???
    453 #define REN_VDWEIGHT_PREC  8
    454 #define REN_IS_FILLED     ( 1 << REN_VDWEIGHT_PREC )
    455 #define REN_USED_PEL       ( (1 << REN_BIT_DEPTH) - 1 )
    456 #define REN_UNUSED_PEL     0
    457 #define REN_IS_HOLE        0
    458 #if NH_3D_VSO
    459 #define ENC_INTERNAL_BIT_DEPTH  REN_BIT_DEPTH // consider making this a variable
    460 #endif
    461 
    462 
    463 // CAMERA PARAMETERS
    464 #define LOG2_DISP_PREC_LUT           2           ///< log2 of disparity precision used in integer disparity LUTs
    465 #define STD_CAM_PARAMETERS_PRECISION 5        ///< quarter luma sample accuarcy for derived disparities (as default)
    466 
    467 #endif // end of NH_3D
    468441//! \}
    469442
Note: See TracChangeset for help on using the changeset viewer.