Ignore:
Timestamp:
11 Jul 2014, 03:49:39 (10 years ago)
Author:
mediatek-htm
Message:

Integration of Single Depth Mode proposed in JCT3V-I0095.
The MACRO is "MTK_SINGLE_DEPTH_MODE_I0095".

By Yi-Wen Chen (yiwen.chen@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev3-MediaTek/source/App/TAppEncoder/TAppEncCfg.cpp

    r976 r983  
    380380  ("SDC",                   m_useSDC,           true,  "Simplified depth coding")
    381381  ("DLT",                   m_useDLT,           true,  "Depth lookup table")
     382#endif
     383#if MTK_SINGLE_DEPTH_MODE_I0095
     384  ("SingleDepthMode",    m_useSingleDepthMode, true, "Single depth mode")                         
    382385#endif
    383386#endif
     
    25232526  printf("DLT:%d ", m_useDLT );
    25242527#endif
     2528#if MTK_SINGLE_DEPTH_MODE_I0095
     2529  printf("SingleDepthMode:%d ",    m_useSingleDepthMode);
     2530#endif
    25252531#if H_3D_INTER_SDC
    25262532  printf( "interSDC:%d ", m_bDepthInterSDCFlag ? 1 : 0 );
Note: See TracChangeset for help on using the changeset viewer.