Changeset 253 in 3DVCSoftware for branches/HTM-5.1-dev1-LG/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 4 Feb 2013, 02:57:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev1-LG/source/App/TAppEncoder/TAppEncCfg.cpp
r210 r253 340 340 ("LoopFilterTcOffset_div2", m_loopFilterTcOffsetDiv2, 0 ) 341 341 #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 342 345 ("IlluCompEnable", m_bUseIC , true , "Use illumination compensation for inter-view prediction" ) 346 #endif 343 347 #endif 344 348 #if DBL_CONTROL … … 1804 1808 #endif 1805 1809 #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 1806 1813 printf("IlluCompEnable: %d ", m_bUseIC); 1814 #endif 1807 1815 #endif 1808 1816
Note: See TracChangeset for help on using the changeset viewer.