Changeset 636 in 3DVCSoftware for branches/HTM-8.2-dev0-KWU/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 16 Oct 2013, 11:27:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-KWU/source/App/TAppEncoder/TAppEncCfg.h
r635 r636 369 369 370 370 #if KWU_RC_VIEWRC_E0227 371 vector<Int> m_ pchViewTargetBits;372 bool m_ bViewWiseRateCtrl; ///< 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_ uiDepthMADPred;375 UInt m_DepthMADPred; 376 376 #endif 377 377 #else … … 381 381 382 382 #if KWU_RC_VIEWRC_E0227 383 vector<Int> m_ pchViewTargetBits;384 bool m_ bViewWiseRateCtrl; ///< 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_ uiDepthMADPred;387 UInt m_DepthMADPred; 388 388 #endif 389 389 #endif
Note: See TracChangeset for help on using the changeset viewer.