Changeset 635 in 3DVCSoftware for branches/HTM-8.2-dev0-KWU/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 14 Oct 2013, 20:13:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-KWU/source/App/TAppEncoder/TAppEncCfg.h
r622 r635 367 367 Int m_RCInitialQP; ///< inital QP for rate control 368 368 Bool m_RCForceIntraQP; ///< force all intra picture to use initial QP or not 369 370 #if KWU_RC_VIEWRC_E0227 371 vector<Int> m_pchViewTargetBits; 372 bool m_bViewWiseRateCtrl; ///< Flag for using view-wise rate control 373 #endif 374 #if KWU_RC_MADPRED_E0227 375 UInt m_uiDepthMADPred; 376 #endif 369 377 #else 370 378 Bool m_enableRateCtrl; ///< Flag for using rate control algorithm 371 379 Int m_targetBitrate; ///< target bitrate 372 380 Int m_numLCUInUnit; ///< Total number of LCUs in a frame should be completely divided by the NumLCUInUnit 381 382 #if KWU_RC_VIEWRC_E0227 383 vector<Int> m_pchViewTargetBits; 384 bool m_bViewWiseRateCtrl; ///< Flag for using view-wise rate control 385 #endif 386 #if KWU_RC_MADPRED_E0227 387 UInt m_uiDepthMADPred; 388 #endif 373 389 #endif 374 390 Int m_useScalingListId; ///< using quantization matrix
Note: See TracChangeset for help on using the changeset viewer.