Changeset 280 in 3DVCSoftware for branches/HTM-5.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 14 Feb 2013, 23:41:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r231 r280 341 341 #if LGE_ILLUCOMP_B0045 342 342 ("IlluCompEnable", m_bUseIC , true , "Use illumination compensation for inter-view prediction" ) 343 #endif 344 #if INTER_VIEW_VECTOR_SCALING_C0115 345 ("IVSEnable", m_bUseIVS , true , "Use inter-view vector scaling" ) 343 346 #endif 344 347 #if DBL_CONTROL … … 1806 1809 printf("IlluCompEnable: %d ", m_bUseIC); 1807 1810 #endif 1808 1811 #if INTER_VIEW_VECTOR_SCALING_C0115 1812 printf("IVSEnable: %d ", m_bUseIVS); 1813 #endif 1809 1814 printf("\n"); 1810 1815
Note: See TracChangeset for help on using the changeset viewer.