Changeset 531 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 11 Jul 2013, 16:03:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncCfg.h
r504 r531 403 403 Bool m_bUseIC; 404 404 #endif 405 406 //====== Depth Intra Modes ====== 407 #if H_3D_DIM 408 Bool m_useDMM; 409 Bool m_useRBC; 410 Bool m_useSDC; 411 Bool m_useDLT; 412 #endif 413 405 414 #endif 406 415 … … 948 957 Void setDispCoeff ( Double d ) { m_dDispCoeff = d; } 949 958 #endif // H_3D_VSO 959 960 //==== DIM ========== 961 #if H_3D_DIM 962 Bool getUseDMM () { return m_useDMM; } 963 Void setUseDMM ( Bool b) { m_useDMM = b; } 964 Bool getUseRBC () { return m_useRBC; } 965 Void setUseRBC ( Bool b) { m_useRBC = b; } 966 Bool getUseSDC () { return m_useSDC; } 967 Void setUseSDC ( Bool b) { m_useSDC = b; } 968 Bool getUseDLT () { return m_useDLT; } 969 Void setUseDLT ( Bool b) { m_useDLT = b; } 970 #endif 950 971 #endif // H_3D 951 972 };
Note: See TracChangeset for help on using the changeset viewer.