Ignore:
Timestamp:
11 Nov 2015, 20:47:01 (8 years ago)
Author:
tech
Message:

Further clean ups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/TypeDef.h

    r1374 r1380  
    5353*/
    5454#ifndef HEVC_EXT
    55 #define HEVC_EXT                    2
     55#define HEVC_EXT                    1
    5656#endif
    5757#if ( HEVC_EXT < 0 )||( HEVC_EXT > 2 )
     
    6464/////////////////////////////////////////////////////////////////////////////////////////
    6565#if NH_MV
    66 
    67 // Things that needs to be fixed in the Specification:
     66// Recent bug fixes
     67#define NH_3D_FIX_TICKET_107                     1 // Clean up.
     68#define NH_3D_FIX_TICKET_91                      1 // NBDV availability in case of tiles.
     69// Things that needs to be fixed also in the Specification ...
    6870#define NH_MV_FIX_NO_REF_PICS_CHECK               1 // !!SPEC!!
    6971#define NH_MV_FIX_INIT_NUM_ACTIVE_REF_LAYER_PICS  1 // Derivation of NumActiveRefLayerPIcs. !!SPEC!!
    7072#define NH_MV_FIX_NUM_POC_TOTAL_CUR               1 // Derivation of NumPocTotalCur for IDR pictures. !!SPEC!!
    71 
    7273// To be done
    7374#define NH_MV_HLS_PTL_LIMITS                       0
     
    278279                                              // HHI_CAM_PARA_K0052
    279280                                              // H_3D_DIRECT_DEP_TYPE
    280 
    281281#endif // NH_3D
    282 
    283282#if NH_MV
    284283////////////////////////
    285284/// Consider Removal
    286285////////////////////////
    287 
    288286// Rate Control
    289287#define KWU_FIX_URQ                       0
    290288#define KWU_RC_VIEWRC_E0227               0  ///< JCT3V-E0227, view-wise target bitrate allocation
    291289#define KWU_RC_MADPRED_E0227              0  ///< JCT3V-E0227, inter-view MAD prediction
    292 
    293290#define NH_MV_HLS_PTL_LIMITS               0
    294 
    295291#if NH_3D
    296292// Unclear Fix
     
    333329#define DBBP_INVALID_SHORT                (-4)
    334330#endif
    335 
    336331/////////////////////////////////////////////////////////////////////////////////////////
    337332///////////////////////////////////   HM RELATED DEFINES ////////////////////////////////
     
    488483typedef std::vector< std::string > StringAry1d;
    489484typedef std::vector< StringAry1d > StringAry2d;
    490 
    491485typedef std::vector< Int >        IntAry1d;
    492486typedef std::vector< IntAry1d >   IntAry2d;
     
    494488typedef std::vector< IntAry3d >   IntAry4d;
    495489typedef std::vector< IntAry4d >   IntAry5d;
    496 
    497490typedef std::vector< Bool >        BoolAry1d;
    498491typedef std::vector< BoolAry1d >   BoolAry2d;
Note: See TracChangeset for help on using the changeset viewer.