Ignore:
Timestamp:
6 Jun 2013, 11:46:05 (11 years ago)
Author:
hhi
Message:

Integation of depth intra methods in macro H_3D_DIM, including:

  • DMM coding modes in H_3D_DIM_DMM.
  • RBC coding mode in H_3D_DIM_RBC.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev1/source/App/TAppEncoder/TAppEncCfg.cpp

    r446 r459  
    389389#if H_3D
    390390  ("DepthFlag",             m_depthFlag          , std::vector<Int>(1,0), "Depth Flag")
     391#if H_3D_DIM
     392  ("DMM",                   m_useDMM,           true,  "Depth intra model modes")
     393  ("RBC",                   m_useRBC,           true,  "Region boundary chain mode")
     394  ("SDC",                   m_useSDC,           true,  "Simplified depth coding")
     395  ("DLT",                   m_useDLT,           true,  "Depth lookup table")
     396#endif
    391397#endif
    392398  ("LayerIdInNuh",          m_layerIdInNuh       , std::vector<Int>(1,0), "LayerId in Nuh")
     
    22782284  printf("WVSO:%d ", m_bUseWVSO ); 
    22792285#endif
     2286#if H_3D_DIM
     2287  printf("DMM:%d ", m_useDMM );
     2288  printf("RBC:%d ", m_useRBC );
     2289  printf("SDC:%d ", m_useSDC );
     2290  printf("DLT:%d ", m_useDLT );
     2291#endif
    22802292  printf("\n\n"); 
    22812293
Note: See TracChangeset for help on using the changeset viewer.