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.h

    r446 r459  
    405405  TRenModSetupStrParser       m_cRenModStrParser;
    406406#endif
     407#if H_3D_DIM
     408  Bool      m_useDMM;                                        ///< flag for using DMM
     409  Bool      m_useRBC;                                        ///< flag for using RBC
     410  Bool      m_useSDC;                                        ///< flag for using SDC
     411  Bool      m_useDLT;                                        ///< flag for using DLT
     412#endif
    407413#endif
    408414  // internal member functions
Note: See TracChangeset for help on using the changeset viewer.