Ignore:
Timestamp:
13 Oct 2014, 16:44:51 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC related integrations.

File:
1 edited

Legend:

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

    r1067 r1072  
    6060
    6161#if H_MV
    62 #define NV_VERSION        "12.1"                ///< Current software version
     62#define NV_VERSION        "12.0"                ///< Current software version
    6363#define HM_VERSION        "14.0"                ///<
    6464#else
     
    208208// MERGE
    209209#define MRG_MAX_NUM_CANDS           5
    210 #if H_3D_IV_MERGE
    211 #define MRG_MAX_NUM_CANDS_MEM       (MRG_MAX_NUM_CANDS+1) // one extra for inter-view motion prediction
    212 #endif
    213210// Reference memory management
    214211#define DYN_REF_FREE                0           ///< dynamic free of reference memories
     
    318315};
    319316
    320 #if H_3D
    321 //PICYUV
    322 #define PICYUV_PAD         16
    323 
    324 //RENDERER
    325 #define REN_LUMA_MARGIN   ( g_uiMaxCUWidth + PICYUV_PAD )
    326 #define REN_VDWEIGHT_PREC  8
    327 #define REN_IS_FILLED     ( 1 << REN_VDWEIGHT_PREC )
    328 #define REN_USED_PEL       ( (1 << g_bitDepthY) - 1 )
    329 #define REN_UNUSED_PEL     0
    330 #define REN_IS_HOLE        0
    331 
    332 
    333 // CAMERA PARAMETERS
    334 #define LOG2_DISP_PREC_LUT           2           ///< log2 of disparity precision used in integer disparity LUTs
    335 #define STD_CAM_PARAMETERS_PRECISION 5        ///< quarter luma sample accuarcy for derived disparities (as default)
    336 
    337 #endif // end of H_3D
    338317//! \}
    339318
Note: See TracChangeset for help on using the changeset viewer.