Ignore:
Timestamp:
11 Jun 2015, 01:07:43 (9 years ago)
Author:
ntt
Message:

Reactivation of VSP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev3-NTT/source/Lib/TLibCommon/TypeDef.h

    r1233 r1255  
    7272#define NH_3D_NBDV_REF                    1
    7373#define NH_3D_MLC                         1
     74#define NH_3D_VSP                         1
    7475#endif
    7576
     
    312313/// GT: Move values which are not flags to CommonDef.h and convert to static int !!
    313314///////////////////////////////////////////////////////////////////////////////////
    314 ///// ***** VIEW SYNTHESIS PREDICTION *********
    315 #if H_3D_VSP
    316 #define H_3D_VSP_BLOCKSIZE                4   // Supported values: 1, 2, and 4
    317 #if H_3D_VSP_BLOCKSIZE == 1
    318 #define H_3D_VSP_CONSTRAINED              1   // Constrained VSP @ 1x1
    319 #else
    320 #define H_3D_VSP_CONSTRAINED              0
    321 #endif
    322 #endif
    323315///// ***** ILLUMATION COMPENSATION *********
    324316#if H_3D_IC
Note: See TracChangeset for help on using the changeset viewer.