Changeset 1074 in 3DVCSoftware for branches/HTM-12.1-dev0/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 21 Oct 2014, 20:39:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/HTM-12.1-dev0/source/Lib/TLibEncoder/TEncCfg.h ¶
r1039 r1074 414 414 #if H_3D_DIM 415 415 Bool m_useDMM; 416 #if SEPARATE_FLAG_I0085417 416 Bool m_useIVP; 418 #endif419 417 Bool m_useSDC; 420 418 Bool m_useDLT; 421 419 #endif 422 #if MTK_SINGLE_DEPTH_MODE_I0095420 #if H_3D_SINGLE_DEPTH 423 421 Bool m_useSingleDepthMode; 424 422 #endif … … 426 424 Bool m_useMPI; 427 425 #endif 428 #if !MTK_I0099_VPS_EX2 || MTK_I0099_FIX429 426 #if H_3D_QTLPC 430 427 Bool m_bUseQTL; 431 #if !MTK_I0099_VPS_EX2432 Bool m_bUsePC;433 #endif434 #endif435 428 #endif 436 429 #endif … … 1013 1006 Bool getUseDMM () { return m_useDMM; } 1014 1007 Void setUseDMM ( Bool b) { m_useDMM = b; } 1015 #if SEPARATE_FLAG_I00851016 1008 Bool getUseIVP () { return m_useIVP; } 1017 1009 Void setUseIVP ( Bool b) { m_useIVP = b; } 1018 #endif1019 1010 Bool getUseSDC () { return m_useSDC; } 1020 1011 Void setUseSDC ( Bool b) { m_useSDC = b; } … … 1022 1013 Void setUseDLT ( Bool b) { m_useDLT = b; } 1023 1014 #endif 1024 #if MTK_SINGLE_DEPTH_MODE_I00951015 #if H_3D_SINGLE_DEPTH 1025 1016 Void setUseSingleDepthMode ( Bool bVal ) { m_useSingleDepthMode = bVal; } 1026 1017 Bool getUseSingleDepthMode () { return m_useSingleDepthMode; } 1027 1018 #endif 1028 #if !MTK_I0099_VPS_EX2 || MTK_I0099_FIX1029 1019 #if H_3D_QTLPC 1030 1020 Void setUseQTL ( Bool b ) { m_bUseQTL = b; } 1031 1021 Bool getUseQTL () { return m_bUseQTL; } 1032 #if !MTK_I0099_VPS_EX21033 Void setUsePC ( Bool b ) { m_bUsePC = b; }1034 Bool getUsePC () { return m_bUsePC; }1035 #endif1036 #endif1037 1022 #endif 1038 1023 #if H_3D_IV_MERGE
Note: See TracChangeset for help on using the changeset viewer.