Ignore:
Timestamp:
6 Nov 2015, 16:18:36 (8 years ago)
Author:
tech
Message:

Macro fixes.

File:
1 edited

Legend:

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

    r1372 r1373  
    105105                                             // SEC_ARP_VIEW_REF_CHECK_J0037    Signaling iv_res_pred_weight_idx when the current slice has both view and temporal reference picture(s), JCT3V-J0037 item1
    106106                                             // SEC_ARP_REM_ENC_RESTRICT_K0035    Removal of encoder restriction of ARP, JCT3V-K0035
     107#define NH_3D_QTL                          1
    107108#define NH_3D_QTLPC                        1   // OL_QTLIMIT_PREDCODING_B0068 //JCT3V-B0068
    108109                                              // HHI_QTLPC_RAU_OFF_C0160 JCT3V-C0160 change 2: quadtree limitation and predictive coding switched off in random access units
     
    496497typedef std::vector< std::string > StringAry1d;
    497498typedef std::vector< StringAry1d > StringAry2d;
     499typedef std::vector< std::string > StringAry1d;
     500typedef std::vector< StringAry1d > StringAry2d;
    498501typedef std::vector< Int >        IntAry1d;
    499502typedef std::vector< IntAry1d >   IntAry2d;
     
    10031006};
    10041007#endif
    1005 #if NH_3D
     1008#if NH_3D_VSO
    10061009// Renderer
    10071010enum BlenMod
Note: See TracChangeset for help on using the changeset viewer.