Ignore:
Timestamp:
16 Jun 2013, 05:33:39 (11 years ago)
Author:
lg
Message:

1.IC and full pel depth coding are integrated and is guarded by Macro H_3D_IC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/App/TAppEncoder/TAppEncCfg.cpp

    r464 r468  
    508508  ("AdvMultiviewResPred",      m_uiUseAdvResPred,           (UInt)1, "Usage of Advanced Residual Prediction" )
    509509#endif
    510 
     510#if H_3D_IC
     511  ("IlluCompEnable",           m_abUseIC, std::vector<Bool>(2, true), "Enable illumination compensation")
     512#endif
    511513  // Coding tools
    512514  ("AMP",                      m_enableAMP,                 true,  "Enable asymmetric motion partitions")
     
    22892291  printf(" ARP:%d  ", m_uiUseAdvResPred  );
    22902292#endif
     2293#if H_3D_IC
     2294  printf( "IlluCompEnable: %d %d ", m_abUseIC[0] ? 1 : 0, m_abUseIC[1] ? 1 : 0 );
     2295#endif
    22912296  printf("\n\n"); 
    22922297
Note: See TracChangeset for help on using the changeset viewer.