Ignore:
Timestamp:
4 Feb 2013, 02:57:15 (12 years ago)
Author:
lg
Message:

Integration of JCT3V-C0046

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev1-LG/source/App/TAppEncoder/TAppEncCfg.cpp

    r210 r253  
    340340  ("LoopFilterTcOffset_div2", m_loopFilterTcOffsetDiv2, 0 )
    341341#if LGE_ILLUCOMP_B0045
     342#if LGE_ILLUCOMP_DEPTH_C0046
     343  ("IlluCompEnable", m_abUseIC, std::vector<Bool>(2, true), "Enable illumination compensation for inter-view prediction")
     344#else
    342345  ("IlluCompEnable",                  m_bUseIC                  , true         , "Use illumination compensation for inter-view prediction" )
     346#endif
    343347#endif
    344348#if DBL_CONTROL
     
    18041808#endif
    18051809#if LGE_ILLUCOMP_B0045
     1810#if LGE_ILLUCOMP_DEPTH_C0046
     1811  printf("IlluCompEnable: %d %d", m_abUseIC[0] ? 1 : 0, m_abUseIC[1] ? 1 : 0);
     1812#else
    18061813  printf("IlluCompEnable: %d ", m_bUseIC);
     1814#endif
    18071815#endif
    18081816
Note: See TracChangeset for help on using the changeset viewer.