Ignore:
Timestamp:
10 Nov 2012, 19:05:41 (12 years ago)
Author:
rwth
Message:
  • added RWTH_B0036 (SDC+DLT)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev2-RWTH/source/App/TAppEncoder/TAppEncCfg.cpp

    r152 r177  
    476476#if HHI_MPI
    477477  ("MVI", m_bUseMVI, false, "use motion vector inheritance for depth map coding")
     478#endif
     479#if RWTH_SDC_DLT_B0036
     480  ("DLT", m_bUseDLT, true, "Enables Depth Lookup Table")
     481  ("SDC", m_bUseSDC, true, "Enabled Simplified Depth Coding")
    478482#endif
    479483  ;
     
    17461750  printf("MVI:%d ", m_bUseMVI ? 1 : 0 );
    17471751#endif
     1752#if RWTH_SDC_DLT_B0036
     1753  printf("SDC:%d ", m_bUseSDC ? 1 : 0 );
     1754  printf("DLT:%d ", m_bUseDLT ? 1 : 0 );
     1755#endif
    17481756#if LGE_WVSO_A0119
    17491757  if ( m_bUseWVSO )
Note: See TracChangeset for help on using the changeset viewer.