Changeset 100 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 9 Aug 2012, 12:53:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncCfg.h
r77 r100 205 205 UInt m_uiVSOMode; 206 206 #endif 207 #if SAIT_VSO_EST_A0033 208 Bool m_bUseEstimatedVSD; 209 Double m_dDispCoeff; 210 #endif 211 207 212 208 213 //====== Tool list ======== … … 568 573 #endif 569 574 575 #if SAIT_VSO_EST_A0033 576 Void setUseEstimatedVSD ( Bool b ) { m_bUseEstimatedVSD = b; } 577 Void setDispCoeff ( Double d ) { m_dDispCoeff = d; } 578 #endif 579 570 580 Void setUseFastEnc ( Bool b ) { m_bUseFastEnc = b; } 571 581 Void setUseEarlyCU ( Bool b ) { m_bUseEarlyCU = b; } … … 608 618 Bool getUseVSO () { return m_bUseVSO; } 609 619 #endif 620 #if SAIT_VSO_EST_A0033 621 Bool getUseEstimatedVSD () { return m_bUseEstimatedVSD; } 622 Double getDispCoeff () { return m_dDispCoeff; } 623 #endif 624 610 625 Bool getUseFastEnc () { return m_bUseFastEnc; } 611 626 Bool getUseEarlyCU () { return m_bUseEarlyCU; }
Note: See TracChangeset for help on using the changeset viewer.