Changeset 329 in 3DVCSoftware


Ignore:
Timestamp:
18 Apr 2013, 11:56:07 (11 years ago)
Author:
tech
Message:

Fix illumination compensation on depth maps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.1-Cleanup/source/App/TAppEncoder/TAppEncTop.cpp

    r325 r329  
    595595      m_acTEncDepthTopList[iViewIdx]->setUseSAO               ( m_abUseSAO[1]     );
    596596#if LGE_ILLUCOMP_B0045
     597#if LGE_ILLUCOMP_DEPTH_C0046
     598      m_acTEncDepthTopList[iViewIdx]->setUseIC                ( m_abUseIC[1] );
     599#else
    597600      m_acTEncDepthTopList[iViewIdx]->setUseIC                ( false     );
     601#endif
    598602#endif
    599603#if INTER_VIEW_VECTOR_SCALING_C0115
Note: See TracChangeset for help on using the changeset viewer.