Changeset 638 in 3DVCSoftware for branches/HTM-8.2-dev0-KWU/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 18 Oct 2013, 04:44:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-KWU/source/App/TAppEncoder/TAppEncCfg.h
r636 r638 369 369 370 370 #if KWU_RC_VIEWRC_E0227 371 vector<Int> m_ ViewTargetBits;372 bool m_ViewWiseRateCtrl; ///< Flag for using view-wise rate control371 vector<Int> m_viewTargetBits; 372 Bool m_viewWiseRateCtrl; ///< Flag for using view-wise rate control 373 373 #endif 374 374 #if KWU_RC_MADPRED_E0227 375 UInt m_ DepthMADPred;375 UInt m_depthMADPred; 376 376 #endif 377 377 #else … … 381 381 382 382 #if KWU_RC_VIEWRC_E0227 383 vector<Int> m_ ViewTargetBits;384 bool m_ViewWiseRateCtrl; ///< Flag for using view-wise rate control383 vector<Int> m_viewTargetBits; 384 Bool m_viewWiseRateCtrl; ///< Flag for using view-wise rate control 385 385 #endif 386 386 #if KWU_RC_MADPRED_E0227 387 UInt m_ DepthMADPred;387 UInt m_depthMADPred; 388 388 #endif 389 389 #endif
Note: See TracChangeset for help on using the changeset viewer.