Ignore:
Timestamp:
24 Jul 2014, 06:42:46 (10 years ago)
Author:
samsung-htm
Message:

Integration of JCT3V-I0085: Separate enabling flag for intra-view prediction mode (DMM4)

File:
1 edited

Legend:

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

    r983 r1015  
    378378#if H_3D_DIM
    379379  ("DMM",                   m_useDMM,           true,  "Depth intra model modes")
     380#if SEPARATE_FLAG_I0085
     381  ("IVP",                   m_useIVP,           true,  "intra-view prediction")
     382#endif
    380383  ("SDC",                   m_useSDC,           true,  "Simplified depth coding")
    381384  ("DLT",                   m_useDLT,           true,  "Depth lookup table")
     
    25232526#if H_3D_DIM
    25242527  printf("DMM:%d ", m_useDMM );
     2528#if SEPARATE_FLAG_I0085
     2529  printf("IVP:%d ", m_useIVP );
     2530#endif
    25252531  printf("SDC:%d ", m_useSDC );
    25262532  printf("DLT:%d ", m_useDLT );
Note: See TracChangeset for help on using the changeset viewer.