Changeset 117 in 3DVCSoftware for branches/HTM-4.0-Orange/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 30 Aug 2012, 16:24:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0-Orange/source/Lib/TLibEncoder/TEncCfg.h
r112 r117 206 206 #if LGE_WVSO_A0119 207 207 Bool m_bWVSO; 208 Int 208 Int m_iVSOWeight; 209 209 Int m_iVSDWeight; 210 Int 210 Int m_iDWeight; 211 211 #endif 212 212 #endif … … 315 315 #endif 316 316 #if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX 317 Bool 318 #endif 319 320 #if OL_DEPTHLIMIT 321 Bool 317 Bool m_bUseDMM; 318 #endif 319 320 #if OL_DEPTHLIMIT_A0044 321 Bool m_bDepthPartitionLimiting; 322 322 #endif 323 323 … … 477 477 #endif 478 478 #if LGE_WVSO_A0119 479 Void setWVSO ( Bool b ) { m_bWVSO= b; }480 Void setVSOWeight ( Int i ) { m_iVSOWeight= i; }481 Void setVSDWeight ( Int i ) { m_iVSDWeight= i; }482 Void setDWeight ( Int i ) { m_iDWeight= i; }479 Void setWVSO ( Bool b ) { m_bWVSO = b; } 480 Void setVSOWeight ( Int i ) { m_iVSOWeight = i; } 481 Void setVSDWeight ( Int i ) { m_iVSDWeight = i; } 482 Void setDWeight ( Int i ) { m_iDWeight = i; } 483 483 #endif 484 484 #endif … … 566 566 Int getVSOWeight () { return m_iVSOWeight; } 567 567 Int getVSDWeight () { return m_iVSDWeight; } 568 Int getDWeight 568 Int getDWeight () { return m_iDWeight; } 569 569 #endif 570 570 #endif … … 821 821 #endif 822 822 823 #if OL_DEPTHLIMIT 823 #if OL_DEPTHLIMIT_A0044 824 824 Void setUseDPL(Bool b) {m_bDepthPartitionLimiting = b; } 825 825 Bool getUseDPL() {return m_bDepthPartitionLimiting;}
Note: See TracChangeset for help on using the changeset viewer.