Ignore:
Timestamp:
15 Nov 2013, 03:34:41 (11 years ago)
Author:
samsung-htm
Message:

Integration of F0147: DMM simplification and signalling

File:
1 edited

Legend:

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

    r655 r697  
    378378#if H_3D_DIM
    379379  ("DMM",                   m_useDMM,           true,  "Depth intra model modes")
     380#if !SEC_DMM3_RBC_F0147
    380381  ("RBC",                   m_useRBC,           true,  "Region boundary chain mode")
     382#endif
    381383  ("SDC",                   m_useSDC,           true,  "Simplified depth coding")
    382384  ("DLT",                   m_useDLT,           true,  "Depth lookup table")
     
    24332435#if H_3D_DIM
    24342436  printf("DMM:%d ", m_useDMM );
     2437#if !SEC_DMM3_RBC_F0147
    24352438  printf("RBC:%d ", m_useRBC );
     2439#endif
    24362440  printf("SDC:%d ", m_useSDC );
    24372441  printf("DLT:%d ", m_useDLT );
Note: See TracChangeset for help on using the changeset viewer.